Add YaSnippet & enable Uniquify
- Added YaSnippet & clojure-snippets for it - Enabled uniquify buffer naming (oh so good) - various smaller things
This commit is contained in:
parent
a4e7f10362
commit
cbecd5031d
6 changed files with 24 additions and 9 deletions
|
|
@ -1,3 +1,4 @@
|
|||
(require 'uniquify)
|
||||
;; ## Generic settings ##
|
||||
|
||||
(tool-bar-mode -1)
|
||||
|
|
@ -7,6 +8,8 @@
|
|||
(setq ido-use-faces nil)
|
||||
(setq gc-cons-threshold 20000000)
|
||||
|
||||
(setq uniquify-buffer-name-style 'forward)
|
||||
|
||||
;;; Code:
|
||||
|
||||
(add-to-list 'load-path "/usr/local/share/emacs/site-lisp/mu4e")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue