summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2017-04-07 16:29:38 +0200
committerAlan Pearce2017-04-07 16:29:38 +0200
commitcbad111eb644ac7cbbf6bacdf20221497dfeeb17 (patch)
tree85e5d07c6e87d6187c072994e710a02f2d59e54d /emacs
parent53f50286e177abb9d1ac4a7c239dcbcc3fed63b7 (diff)
downloaddotfiles-cbad111eb644ac7cbbf6bacdf20221497dfeeb17.tar.lz
dotfiles-cbad111eb644ac7cbbf6bacdf20221497dfeeb17.tar.zst
dotfiles-cbad111eb644ac7cbbf6bacdf20221497dfeeb17.zip
Emacs: Add a 1px padding to windows
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 7578c72..cc6bc2b 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