/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

jao.io
| | hiepph.xyz
3.0 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...
| | srijan.ch
3.2 parsecs away

Travel
| | Bare bones emacs configuration from when I first started using Emacs
| | camdez.com
2.2 parsecs away

Travel
| |
| | www.binovarghese.com
25.9 parsecs away

Travel
| For my both blogs I am using markdown for writing the blog posts, so I thought its better to keep a persoanl markdown cheat sheet for myself. So that I don't want...