diff options
| author | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-02-24 12:45:11 -0800 |
|---|---|---|
| committer | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-02-24 12:48:31 -0800 |
| commit | fa3728d584155b980043b7215bbae7096f97354f (patch) | |
| tree | 79ea80336aedc4a125a3aa2b09396895084363d9 /config/emacs | |
| parent | e517e2e2dbe8bd17372cc2e8249d6d4f7c06509f (diff) | |
emacs normalize to no package list
Diffstat (limited to 'config/emacs')
| -rw-r--r-- | config/emacs/init.el | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/config/emacs/init.el b/config/emacs/init.el index bd89eda..d5db7d1 100644 --- a/config/emacs/init.el +++ b/config/emacs/init.el @@ -1150,13 +1150,7 @@ With ARG, don't save the current layout." '(gdb-non-stop-setting nil) '(helm-minibuffer-history-key "M-p") '(menu-bar-mode nil) - '(package-selected-packages - '(avy balanced-windows bash-completion benchmark-init cape - clang-format corfu eat embark esh-help flycheck fold-this - free-keys haskell-mode hl-todo ibuffer-vc marginalia merlin - minions ocp-indent opam-switch-mode orderless pass pinentry - pyvenv racket-mode rust-mode ryo-modal sdcv tempel-collection - tuareg vertico visible-mark winum)) + '(package-selected-packages nil) '(pyim-assistant-scheme 'cangjie) '(safe-local-variable-values '((LEXICAL-binding . t))) '(scroll-bar-mode nil) |
