yasnippet: refactor config

This commit is contained in:
Henrik Lissner 2016-04-21 00:46:02 -04:00
parent f7ebe9ad7b
commit 560bd6820f
2 changed files with 22 additions and 19 deletions

View file

@ -77,6 +77,8 @@
;; Hide mode-line in helm windows
(advice-add 'helm-display-mode-line :override 'narf*helm-hide-header)
(after! yasnippet (push 'helm-alive-p yas-dont-activate))
(require 'helm-mode)
(helm-mode 1))