diff options
author | John Turner <jturner.usa@gmail.com> | 2022-10-07 03:22:11 -0400 |
---|---|---|
committer | John Turner <jturner.usa@gmail.com> | 2022-10-07 03:22:11 -0400 |
commit | c3bf99ad1b59ba04de3a8bd3503827d38e2bef5e (patch) | |
tree | 1f9a9484414b36384f0ee45bf7687493f2233ed2 /init.el | |
parent | 9b4283e142006014d90ca4d34029be0b761c3816 (diff) | |
download | emacs.d-c3bf99ad1b59ba04de3a8bd3503827d38e2bef5e.tar.gz |
forgot to delete a few things
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -21,9 +21,6 @@ (when (file-exists-p custom-file) (load custom-file)) -(load (file-name-concat user-emacs-directory "load-config")) -(load (file-name-concat user-emacs-directory "load-lisp")) - (cua-mode 1) (recentf-mode 1) (savehist-mode 1) |