From abe227710f051cd2e8e5a7e244cfe51ba1e0a7d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Benencia?= Date: Tue, 15 Oct 2024 17:40:20 -0700 Subject: emacs: set custom variables in post file --- .emacs.d/init.el | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 24c0191..e227e57 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -168,10 +168,6 @@ (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