X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/262483ba87fa38bdce7e971a9040096c1ae12d94..34c6cf4cacc185bf961bd191f6fbddffe6144261:/.emacs.d/init.el?ds=sidebyside diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 31b5158..b7a433d 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -547,6 +547,7 @@ For disabling the behaviour for certain buffers and/or modes." (("C-c a o a" . org-agenda) :map org-mode-map ("M-L" . org-insert-last-stored-link) + ("M-O" . org-toggle-link-display) ("s-T" . org-todo)) :hook ((org-mode . org-indent-mode) (org-mode . auto-fill-mode) @@ -1539,6 +1540,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)