Minor refactor/reformatting
This commit is contained in:
parent
87aa05ffee
commit
c05b16ee6f
3 changed files with 6 additions and 3 deletions
|
@ -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)
|
||||
|
|
|
@ -108,7 +108,9 @@ properties:
|
|||
;; xref
|
||||
;;
|
||||
|
||||
(after! xref
|
||||
(def-package! xref
|
||||
:commands (xref-backend-identifier-at-point xref-find-definitions xref-find-references)
|
||||
:config
|
||||
;; By default, `etags--xref-backend' is the default xref backend. No need.
|
||||
;; We'll set these up ourselves in other modules.
|
||||
(setq-default xref-backend-functions '(t))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue