This commit is contained in:
Daniel Ziltener 2024-03-05 16:33:47 +01:00
parent 3471a19db4
commit 1354609ba5
Signed by: zilti
GPG Key ID: B38976E82C9DAE42

View File

@ -150,6 +150,7 @@
:hook
(minibuffer-setup . cursor-intangible-mode)
:config
(setq xref-backend-functions (list))
(advice-add 'risky-local-variable-p :override #'ignore)
(global-display-fill-column-indicator-mode t)
(pixel-scroll-precision-mode 1))
@ -510,8 +511,6 @@
:elpaca t
:hook
cider-mode
;; :hook
;; clojure-mode
)
;;;; Basic Navigation