Skip to content

Commit

Permalink
Added yasnippet settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Murmann and Brady Love committed Jul 30, 2014
1 parent f15009e commit 5eeeb66
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion init.d/ZZ_complete_setup.el
Expand Up @@ -63,7 +63,6 @@
(show-smartparens-global-mode +1)
(smartparens-global-mode +1)


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; magit (https://github.com/magit/magit)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Expand Down Expand Up @@ -113,6 +112,15 @@
(global-set-key (kbd "M-x") 'smex)
(global-set-key (kbd "M-X") 'smex-major-mode-commands)

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; YASnippet (https://github.com/capitaomorte/yasnippet)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(yas-global-mode 1)

(setq yas-snippet-dirs
'("~/.emacs.d/snippets" ;; personal snippets
))

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Whitespace Settings
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Expand Down

0 comments on commit 5eeeb66

Please sign in to comment.