commit 7a00e3a0b27216da74cbb9cb15f98e4bf88d29c3
parent cba0e0ea3e68dea1ebdef85518a96185ca85344d
Author: Alex Balgavy <alex@balgavy.eu>
Date: Sun, 16 Jan 2022 17:33:34 +0100
emacs: I like a smaller posframe border
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/emacs/config.org b/emacs/config.org
@@ -159,7 +159,7 @@ Solution: ~brew tap daviderestivo/emacs-head && brew install emacs-head@28 --wit
(setq ivy-posframe-parameters
'((left-fringe . 8)
(right-fringe . 8)))
- (setq ivy-posframe-border-width 10)
+ (setq ivy-posframe-border-width 3)
(custom-set-faces '(ivy-posframe-border ((t (:inherit mode-line-inactive)))))
(ivy-posframe-mode 1)))
#+end_src