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:
Vincent Ambo 2013-10-14 08:50:56 +02:00
parent a4e7f10362
commit cbecd5031d
6 changed files with 24 additions and 9 deletions

View file

@ -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")