Explore >> Select a destination


You are here

takeonrules.com
| | jao.io
2.7 parsecs away

Travel
| |
| | lmno.lol
3.1 parsecs away

Travel
| | Jari Safi published a wonderful Emacs video demoing python yasnippets in action. The constructor snippet, automatically setting ivars, is just magical...
| | eshelyaron.com
2.8 parsecs away

Travel
| | A post by Eshel Yaron about his adventures with the new Tree-sitter based Emacs mode for JSON
| | hiepph.xyz
26.5 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...