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,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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue