summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index 7578c72a..cc6bc2ba 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -183,7 +183,7 @@ Let’s try a basic theme.
                 (show-mode-line)))
 
             (add-to-list 'default-frame-alist '(border-width . 0))
-            (add-to-list 'default-frame-alist '(internal-border-width . 0))
+            (add-to-list 'default-frame-alist '(internal-border-width . 1))
             (when (eq window-system 'x)
               (setq window-divider-default-bottom-width 1
                     window-divider-default-right-width 1