diff options
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)) |