From 587a47af49f7cb590d02273e5f76e7fa92799805 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Benencia?= Date: Sat, 12 Oct 2024 09:26:37 -0700 Subject: emacs: add es ispell-local-dictionary as a safe-local-variable value --- .emacs.d/init.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index ff2d3fa..5578c84 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -165,6 +165,10 @@ (add-hook 'dired-mode-hook #'nerd-icons-dired-mode) ) +(custom-set-variables + '(safe-local-variable-values '((ispell-local-dictionary . es)))) +(custom-set-faces) + (dolist (path '("~/.emacs.d/rul-lisp/config" "~/.emacs.d/rul-lisp/packages")) (add-to-list 'load-path path)) -- cgit v1.2.3