summaryrefslogtreecommitdiff
path: root/tw/home/files/emacs-init.el
diff options
context:
space:
mode:
authorTimo Wilken2023-10-28 21:33:34 +0200
committerTimo Wilken2023-10-28 21:33:34 +0200
commit5e8d8828e7fbc4d854f41ae21f9554ec6a078c1d (patch)
tree1184823f91b776e04422e37ab6814b33cba5b929 /tw/home/files/emacs-init.el
parent9eae00f2a76dc1bf62c70080805ff2e1522c1a7a (diff)
Mark Guix-related local var as safe
Diffstat (limited to 'tw/home/files/emacs-init.el')
-rw-r--r--tw/home/files/emacs-init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/tw/home/files/emacs-init.el b/tw/home/files/emacs-init.el
index a3391d83..eb600e1b 100644
--- a/tw/home/files/emacs-init.el
+++ b/tw/home/files/emacs-init.el
@@ -850,6 +850,7 @@ For use in `org-latex-classes'."
(kbd "<localleader>ep") #'eval-print-last-sexp)
;; Guix-related .dir-locals.el entries. These are fine; don't prompt every time.
+(add-to-list 'safe-local-variable-values '(geiser-repl-per-project-p . t))
(mapc (apply-partially #'add-to-list 'safe-local-eval-forms)
'((modify-syntax-entry 126 "'")
(modify-syntax-entry 36 "'")