diff options
Diffstat (limited to '')
-rw-r--r-- | .emacs.d/init.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 6eeb23f..25a8ada 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -1532,10 +1532,6 @@ For disabling the behaviour for certain buffers and/or modes." :commands (alert) :init (setq alert-default-style 'notifications)) -(use-package ivy-xref - :init - (setq xref-show-xrefs-function #'ivy-xref-show-xrefs)) - ;; (use-package fill-column-indicator) (use-package emojify |