From c3fc07ff70cdca1a3ed26e10487c9f38fbe9bb97 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Tue, 14 May 2019 15:27:48 -0400 Subject: emacs: add ivy-xref --- .emacs.d/init.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.emacs.d/init.el') 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) -- cgit v1.2.3-83-g751a