Explore >> Select a destination


You are here

olddeuteronomy.github.io
| | piotr.is
3.7 parsecs away

Travel
| |
| | macadie.info
4.5 parsecs away

Travel
| |
| | bnbeckwith.com
3.2 parsecs away

Travel
| | [AI summary] The article discusses the use of built-in documentation in Emacs to efficiently find and utilize functions like find-file-other-window for splitting windows when opening files.
| | takeonrules.com
11.8 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"...