/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.n16f.net
| | lambdaland.org
1.9 parsecs away

Travel
| | Are you tired of having a particular buffer pop open in the wrong direction? Do you wish, for example, that the Racket REPL buffer showed up on the right in a vertical split, rather than below in a horizontal one? Look no further. I give you, display-buffer-alist: (add-to-list 'display-buffer-alist '("\\*Racket REPL \\*" (display-buffer-in-direction) (direction . right))) That little snippet will make sure when you hit C-c C-k inside of a racket-mode buffer, a REPL will pop up on the right-side instead o...
| | takeonrules.com
2.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"...
| | jao.io
3.2 parsecs away

Travel
| | [AI summary] The author shares an Emacs configuration guide for using the ace-window package to navigate between frames efficiently.
| | mkaz.blog
18.4 parsecs away

Travel
| [AI summary] The article discusses the features and improvements of Windows Subsystem for Linux (WSL2), including its integration with Windows tools, Docker support, networking challenges, and setup for WordPress and Node.js development.