summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2019-05-14 15:27:48 -0400
committerAmin Bandali <bandali@gnu.org>2019-05-14 15:27:48 -0400
commitc3fc07ff70cdca1a3ed26e10487c9f38fbe9bb97 (patch)
tree631e36aac55db5f39cf0ebd6b13c3caf7e67c4b7 /.emacs.d/init.el
parent52f26c5b1554cbda0bc532f8a78140b1eea7a517 (diff)
downloadconfigs-c3fc07ff70cdca1a3ed26e10487c9f38fbe9bb97.tar.gz
configs-c3fc07ff70cdca1a3ed26e10487c9f38fbe9bb97.tar.xz
configs-c3fc07ff70cdca1a3ed26e10487c9f38fbe9bb97.zip
emacs: add ivy-xref
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 31b5158..a5bb25e 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -1539,6 +1539,10 @@ For disabling the behaviour for certain buffers and/or modes."
:init
(setq alert-default-style 'notifier))
+(use-package ivy-xref
+ :init
+ (setq xref-show-xrefs-function #'ivy-xref-show-xrefs))
+
;;; Email (with Gnus)