Explore >> Select a destination


You are here

cosine.blue
| | www.wilfred.me.uk
14.9 parsecs away

Travel
| | programming, language design, and human factors
| | blog.aaronbieber.com
9.4 parsecs away

Travel
| | Yes, my friends, it is true. After more than fifteen years using Vim, teaching Vim, proselytizing about Vim, all the while scoffing in the general direction of Emacs, Ive seen the light. The light of Lisp Or something. If, like me, youre curious enough to give Emacs a try, this post should help you get off the ground. Its taken me at least the fourteen days described in the title, but with my help it should only take you two or three. There are some things to get used to, some new paradigms, and you have...
| | hiepph.xyz
8.2 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...
| | schmonz.com
59.4 parsecs away

Travel
|