diff options
author | Case Duckworth | 2022-04-20 10:43:42 -0500 |
---|---|---|
committer | Case Duckworth | 2022-04-20 10:43:42 -0500 |
commit | a7ecf2337775b67b7c3c570ae77c58edecb20a89 (patch) | |
tree | bb37fdb6e9d9d9f2ebebe2e9216f2a52ac6a134e | |
parent | Add org-drawer-list (diff) | |
download | emacs-a7ecf2337775b67b7c3c570ae77c58edecb20a89.tar.gz emacs-a7ecf2337775b67b7c3c570ae77c58edecb20a89.zip |
Don't indicate buffer boundaries
-rw-r--r-- | early-init.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/early-init.el b/early-init.el index e50d99e..d2097b3 100644 --- a/early-init.el +++ b/early-init.el | |||
@@ -78,8 +78,10 @@ See `no-littering' for examples.") | |||
78 | window-resize-pixelwise t | 78 | window-resize-pixelwise t |
79 | inhibit-x-resources t | 79 | inhibit-x-resources t |
80 | indicate-empty-lines nil | 80 | indicate-empty-lines nil |
81 | indicate-buffer-boundaries '((top . right) | 81 | indicate-buffer-boundaries nil |
82 | (bottom . right))) | 82 | ;; '((top . right) |
83 | ;; (bottom . right)) | ||
84 | ) | ||
83 | 85 | ||
84 | ;;; No littering! | 86 | ;;; No littering! |
85 | ;; We install `no-littering' package below, but we can set the variables now. | 87 | ;; We install `no-littering' package below, but we can set the variables now. |