summary refs log tree commit diff stats
path: root/lisp/+emacs.el
diff options
context:
space:
mode:
authorCase Duckworth2022-05-12 22:37:16 -0500
committerCase Duckworth2022-05-12 22:37:47 -0500
commit134409aa670be39e676f093f5aa5b5b941126375 (patch)
tree80ebd0451f13768499c389ee886ab5a88cebdf50 /lisp/+emacs.el
parentmeh (diff)
downloademacs-134409aa670be39e676f093f5aa5b5b941126375.tar.gz
emacs-134409aa670be39e676f093f5aa5b5b941126375.zip
Modeline stuff!
Diffstat (limited to 'lisp/+emacs.el')
-rw-r--r--lisp/+emacs.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/+emacs.el b/lisp/+emacs.el index 7851c43..3c5d383 100644 --- a/lisp/+emacs.el +++ b/lisp/+emacs.el
@@ -190,7 +190,8 @@ Do this only if the buffer is not visiting a file."
190 file-name-shadow-mode 190 file-name-shadow-mode
191 minibuffer-electric-default-mode 191 minibuffer-electric-default-mode
192 delete-selection-mode 192 delete-selection-mode
193 column-number-mode)) 193 ;; column-number-mode
194 ))
194 (when (fboundp enable-mode) 195 (when (fboundp enable-mode)
195 (funcall enable-mode +1))) 196 (funcall enable-mode +1)))
196 197