diff options
author | bd <bdunahu@colostate.edu> | 2024-03-31 01:13:13 -0600 |
---|---|---|
committer | bd <bdunahu@colostate.edu> | 2024-03-31 01:13:13 -0600 |
commit | bafaf4a10d282fab68d3e1974f103f28f6f00560 (patch) | |
tree | 4f4a47b2e9cea2f14e853f9d991a55a2e194195e /.config/emacs/modules/bd--essentials.el | |
parent | e2cf8ec17ea045955fd6970971468c90e6b038a0 (diff) |
Move autoremove/desktop configuration, other minor cleanup
Diffstat (limited to '.config/emacs/modules/bd--essentials.el')
-rw-r--r-- | .config/emacs/modules/bd--essentials.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.config/emacs/modules/bd--essentials.el b/.config/emacs/modules/bd--essentials.el index 8b07ed6..36d26b0 100644 --- a/.config/emacs/modules/bd--essentials.el +++ b/.config/emacs/modules/bd--essentials.el @@ -23,9 +23,6 @@ (global-hl-line-mode 1) (global-visual-line-mode t) -;; my custom cleanup mode -(require 'autoformat) -(autoformat-mode 1) (setopt next-line-add-newlines t) |