Explore >> Select a destination


You are here

olddeuteronomy.github.io
| | hiepph.xyz
5.7 parsecs away

Travel
| | My ~/.emacs.d configuration used to be a mess. For example, here are 2 old configurations for IDO and sidebar neotree. ;; ### IDO ##### (require 'ido) ;; enable IDO (ido-mode 1) (ido-everywhere 1) (ido-ubiquitous-mode 1) (setq ido-enable-flex-matching t) (setq ido-use-filename-at-point nil) (setq ido-auto-merge-work-directories-length -1) (setq ido-use-virtual-buffers t) ;; Shows a list of buffers (global-set-key (kbd "C-x C-b") 'ibuffer) ;; #### Neo Tree ##### (require-package 'neotree) ;; Bind F8 to sh...
| | camdez.com
3.3 parsecs away

Travel
| |
| | scotchi.net
3.5 parsecs away

Travel
| | [AI summary] The author discusses their experience with Emacs' fullscreen mode on macOS, detailing the transition from a native fullscreen mode to a non-native alternative via Homebrew and custom patches to improve multi-head setup usability.
| | jeffbradberry.com
45.1 parsecs away

Travel
| As I came to track more and more items using Org mode, I realized that I needed to have a way of raising up items or filtering down to the things I should be concentrating on. I needed prioritization. My first known use of this feature dates to 4 Jan 2023. Usage Settings Key Bindings Learned Next Steps Usage Priority cookies are just a bit of extra text that goes between the TODO or other tag at the beginning of a headline, and the text of the headline. They are placed between square brackets, and are prefaced with a # character. It gets formatted like so: ** TODO [#B] look over 13398 and 6253 These priority cookies can, of course, be manually typed, but there are also keybindings that allow you to set them. The ones I usually use are S-UP (to raise the prio...