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,10 +1,13 @@
(mapc 'require '(projectile hi2 ac-nrepl))
(mapc 'require '(projectile hi2 ac-nrepl yasnippet))
;; Initializes modes I use.
(add-hook 'prog-mode-hook 'esk-pretty-lambdas)
(add-hook 'prog-mode-hook 'esk-add-watchwords)
(add-hook 'prog-mode-hook 'idle-highlight-mode)
;; Yasnippet everywhere + activate Clojure snippets!
(yas-global-mode 1)
;; Configure markdown-mode
(autoload 'markdown-mode "markdown-mode"
"Major mode for editing Markdown files" t)