Explore >> Select a destination


You are here

oylenshpeegul.gitlab.io
| | 200ok.ch
8.7 parsecs away

Travel
| | When opening files with long lines, Emacs can crawl to a halt whilst utilizing 100% CPU. After reading this comprehensive guide, you will be well prepared to tackle even these files in Emacs!
| | stribny.name
6.4 parsecs away

Travel
| | [AI summary] The article explains how to create and execute shell scripts using Bash, focusing on automation and command-line interface interactions.
| | srijan.ch
6.8 parsecs away

Travel
| | Tabs in Emacs 30.1 behave similarly to other common desktop applications
| | takeonrules.com
23.7 parsecs away

Travel
| Last month I wrote Creating an Emacs Command to Rename Files per Denote File Naming Schema. Ive been using it in a one-off situation. And yesterday I wrote a wrapping function to call in dired. The source code for jf/dired-rename-files-to-denote-schema. (defun jf/dired-rename-files-to-denote-schema () "Rename marked files in `dired-mode'." (interactive) (when (seq-find (lambda (file) (member (file-name-nondirectory file) '("." ".."))) (dired-get-marked-files)) (user-error "Can't rename "." or ".." files"...