From 3471a19db4c65cedd7ab55efeb5ea50c4448fd87 Mon Sep 17 00:00:00 2001 From: Daniel Ziltener Date: Tue, 5 Mar 2024 16:21:23 +0100 Subject: [PATCH] Emacs config update --- home/emacs/init.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/emacs/init.el b/home/emacs/init.el index 47fdf88..f21cde1 100644 --- a/home/emacs/init.el +++ b/home/emacs/init.el @@ -373,6 +373,8 @@ :config (require 'consult-flymake) (require 'consult-xref) + :custom + (xref-show-xrefs-function #'consult-xref) :bind (:map evil-normal-state-map ("" . 'consult-find) @@ -506,6 +508,8 @@ (use-package xref-union :elpaca t + :hook + cider-mode ;; :hook ;; clojure-mode )