Minor refactor/reformatting

This commit is contained in:
Henrik Lissner 2018-05-03 15:59:54 +02:00
parent 87aa05ffee
commit c05b16ee6f
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 6 additions and 3 deletions

View file

@ -121,7 +121,7 @@
(advice-add #'evil-ex-replace-special-filenames :override #'+evil*resolve-vim-path)
;; make `try-expand-dabbrev' from `hippie-expand' work in minibuffer
;; @see `he-dabbrev-beg', so we need re-define syntax for '/'
;; @see `he-dabbrev-beg', so we need to redefine syntax for '/'
(defun +evil*fix-dabbrev-in-minibuffer ()
(set-syntax-table (let* ((table (make-syntax-table)))
(modify-syntax-entry ?/ "." table)