Explore >> Select a destination


You are here

www.zeptonaut.com
| | jao.io
3.1 parsecs away

Travel
| | [AI summary] The author shares a useful Emacs Lisp function for switching buffers based on major modes, highlighting its high signal-to-noise ratio.
| | nic-west.com
5.9 parsecs away

Travel
| |
| | takeonrules.com
5.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"...
| | limited.systems
34.4 parsecs away

Travel
| An introduction to some powerful functional programming techniques in Raku and Python.