diff options
author | Raúl Benencia <id@rbenencia.name> | 2024-10-15 17:40:20 -0700 |
---|---|---|
committer | Raúl Benencia <id@rbenencia.name> | 2024-10-15 17:40:20 -0700 |
commit | abe227710f051cd2e8e5a7e244cfe51ba1e0a7d8 (patch) | |
tree | 9f47eec7169cb2174b984f0079b528afe23876de /.emacs.d | |
parent | 8bececb1df4ec44c3bf2a07129f8374f9effd1d8 (diff) |
emacs: set custom variables in post file
Diffstat (limited to '.emacs.d')
-rw-r--r-- | .emacs.d/init.el | 4 |
1 files changed, 0 insertions, 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)) |