summary refs log tree commit diff stats
path: root/early-init.el
diff options
context:
space:
mode:
authorCase Duckworth2022-04-20 10:43:42 -0500
committerCase Duckworth2022-04-20 10:43:42 -0500
commita7ecf2337775b67b7c3c570ae77c58edecb20a89 (patch)
treebb37fdb6e9d9d9f2ebebe2e9216f2a52ac6a134e /early-init.el
parentAdd org-drawer-list (diff)
downloademacs-a7ecf2337775b67b7c3c570ae77c58edecb20a89.tar.gz
emacs-a7ecf2337775b67b7c3c570ae77c58edecb20a89.zip
Don't indicate buffer boundaries
Diffstat (limited to 'early-init.el')
-rw-r--r--early-init.el6
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.