diff options
author | Case Duckworth | 2022-01-02 23:32:47 -0600 |
---|---|---|
committer | Case Duckworth | 2022-01-02 23:32:47 -0600 |
commit | 0833f610164ef00617fb808446969759f7618efd (patch) | |
tree | 6fda7df44d07b0b4510b82ef0c1e09d0f5b4b174 | |
parent | Add +org-capture (diff) | |
download | emacs-0833f610164ef00617fb808446969759f7618efd.tar.gz emacs-0833f610164ef00617fb808446969759f7618efd.zip |
Disable indicate-empty-lines
-rw-r--r-- | lisp/+emacs.el | 2 |
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 |