diff options
author | Alan Pearce | 2017-04-07 16:29:38 +0200 |
---|---|---|
committer | Alan Pearce | 2017-04-07 16:29:38 +0200 |
commit | cbad111eb644ac7cbbf6bacdf20221497dfeeb17 (patch) | |
tree | 85e5d07c6e87d6187c072994e710a02f2d59e54d | |
parent | 53f50286e177abb9d1ac4a7c239dcbcc3fed63b7 (diff) | |
download | nixfiles-cbad111eb644ac7cbbf6bacdf20221497dfeeb17.tar.lz nixfiles-cbad111eb644ac7cbbf6bacdf20221497dfeeb17.tar.zst nixfiles-cbad111eb644ac7cbbf6bacdf20221497dfeeb17.zip |
Emacs: Add a 1px padding to windows
-rw-r--r-- | emacs/.emacs.d/init.org | 2 |
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 |