|
You are here |
drshapeless.com | ||
| | | | |
hiepph.xyz
|
|
| | | | | 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... | |
| | | | |
codefastdieyoung.com
|
|
| | | | | Most of the guides on use-package describe how to start from scratch. If you started your config by copy-pasting various elisp snippets (like I did) you may want to have something like a recipe for how such snippets should be translated into corresponding use-package instructions. Here are some guidelines from my own experience to "bootstrap" | |
| | | | |
rdrr.io
|
|
| | | | | ||
| | | | |
alexn.org
|
|
| | | |||