Explore >> Select a destination


You are here

endlessparentheses.com
| | michaelneuper.com
4.2 parsecs away

Travel
| | Generic description
| | ejenner.com
5.8 parsecs away

Travel
| | Emacs has some really amazing features for writing LaTeX; this post gives an overview of some of them, either to convince you to give Emacs a try, or to make you aware that these features exist if you're already using Emacs but didn't know about them.
| | 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...
| | killalldefects.com
46.4 parsecs away

Travel
| This post originally appeared at Kill All Defects on February 22nd, 2020. Recently a younger developer I respect expressed a somewhat common concern. In essence, their concern was that they...