diff options
Diffstat (limited to '.emacs.d/lisp/init-completion.el')
-rw-r--r-- | .emacs.d/lisp/init-completion.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.emacs.d/lisp/init-completion.el b/.emacs.d/lisp/init-completion.el index 47c984e..ce66ddb 100644 --- a/.emacs.d/lisp/init-completion.el +++ b/.emacs.d/lisp/init-completion.el @@ -11,8 +11,7 @@ (setq dabbrev-case-fold-search t) (setq dabbrev-case-replace nil)) -(use-package hippie-expand - :ensure nil +(use-feature hippie-expand :init (setq hippie-expand-try-functions-list '(;yas-hippie-try-expand |