summary refs log tree commit diff stats
path: root/lisp/+emacs.el
diff options
context:
space:
mode:
authorCase Duckworth2022-01-02 23:32:47 -0600
committerCase Duckworth2022-01-02 23:32:47 -0600
commit0833f610164ef00617fb808446969759f7618efd (patch)
tree6fda7df44d07b0b4510b82ef0c1e09d0f5b4b174 /lisp/+emacs.el
parentAdd +org-capture (diff)
downloademacs-0833f610164ef00617fb808446969759f7618efd.tar.gz
emacs-0833f610164ef00617fb808446969759f7618efd.zip
Disable indicate-empty-lines
Diffstat (limited to 'lisp/+emacs.el')
-rw-r--r--lisp/+emacs.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/+emacs.el b/lisp/+emacs.el index a7c91f0..d76eee8 100644 --- a/lisp/+emacs.el +++ b/lisp/+emacs.el
@@ -67,7 +67,7 @@ Do this only if the buffer is not visiting a file."
67 hscroll-step 1 67 hscroll-step 1
68 imenu-auto-rescan t 68 imenu-auto-rescan t
69 indent-tabs-mode nil 69 indent-tabs-mode nil
70 indicate-empty-lines t 70 indicate-empty-lines nil
71 indicate-buffer-boundaries 'left 71 indicate-buffer-boundaries 'left
72 inhibit-startup-screen t 72 inhibit-startup-screen t
73 initial-buffer-choice t 73 initial-buffer-choice t