diff options
| author | Cori Barker <coribarker2@gmail.com> | 2026-02-19 21:38:29 +0000 |
|---|---|---|
| committer | Cori Barker <coribarker2@gmail.com> | 2026-02-19 21:38:29 +0000 |
| commit | 7020f806357e1d94ed830e74711074573ef805e5 (patch) | |
| tree | f16496ba5c17aa1b0b5d169e5f5c068b58af2ca6 /.emacs.custom.el | |
| parent | effd0f6e45aef565869af1bcf07d43c6bc7df73b (diff) | |
[emacs] added rc/require and simpc and configured some packages
Diffstat (limited to '.emacs.custom.el')
| -rw-r--r-- | .emacs.custom.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.custom.el b/.emacs.custom.el index b0ac4c5..993786f 100644 --- a/.emacs.custom.el +++ b/.emacs.custom.el @@ -7,7 +7,7 @@ '(display-line-numbers-type 'relative) '(evil-undo-system 'undo-redo) '(inhibit-startup-screen t) - '(package-selected-packages '(evil gruber-darker-theme magit pdf-tools poker))) + '(package-selected-packages nil)) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. |
