chore: increase border around Emacs
This commit is contained in:
parent
35fac3eff9
commit
db6d75c0d2
|
@ -22,8 +22,8 @@
|
||||||
|
|
||||||
;; Add a nice border around Emacs
|
;; Add a nice border around Emacs
|
||||||
(modify-all-frames-parameters
|
(modify-all-frames-parameters
|
||||||
'((right-divider-width . 20)
|
'((right-divider-width . 30)
|
||||||
(internal-border-width . 20)))
|
(internal-border-width . 30)))
|
||||||
(dolist (face '(window-divider
|
(dolist (face '(window-divider
|
||||||
window-divider-first-pixel
|
window-divider-first-pixel
|
||||||
window-divider-last-pixel))
|
window-divider-last-pixel))
|
||||||
|
|
Reference in a new issue