commit bba2ab69a95ecb64f74c9401f764f67340655b3f from: Lukas Henkel date: Sat Apr 12 07:57:35 2025 UTC Set these permanently so emacs stops bothering me about them commit - 46b070ea77043448c328519b9775f50009f641ea commit + bba2ab69a95ecb64f74c9401f764f67340655b3f blob - dd9a6975a51531441e38213586616ef3e3012b2e blob + a51f28cdb5078478b7ad0785e614e8ea2b5ea5a3 --- init.el +++ init.el @@ -413,6 +413,9 @@ '(recentf-mode t) '(repeat-mode t) '(ring-bell-function 'ignore) + '(safe-local-variable-values + '((Syntax . ANSI-Common-Lisp) (Package . POSTMODERN) (Base . 10) + (Syntax . Ansi-Common-Lisp))) '(save-place-mode t) '(savehist-mode t) '(scroll-conservatively 100)