From 02e0b97ff316f6f57246c335c9bd51664139dd50 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Thu, 16 Mar 2023 11:50:52 +0100 Subject: Add some frame padding. --- init.org | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/init.org b/init.org index 46bde48..2efc654 100644 --- a/init.org +++ b/init.org @@ -190,6 +190,17 @@ The Modus themes look pretty nice. (setq modus-themes-org-blocks 'gray-background) (setq modus-themes-variable-pitch-headings t) (load-theme 'modus-operandi t) + +;; Add frame borders and window dividers +(modify-all-frames-parameters + '((right-divider-width . 20) + (internal-border-width . 20))) +(dolist (face '(window-divider + window-divider-first-pixel + window-divider-last-pixel)) + (face-spec-reset-face face) + (set-face-foreground face (face-attribute 'default :background))) +(set-face-background 'fringe (face-attribute 'default :background)) #+END_SRC Dired mode becomes much prettier with =all-the-icons=. -- cgit v1.2.3