diff options
Diffstat (limited to 'early-init.el')
-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. |