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

@ -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))