chore: increase border around Emacs

This commit is contained in:
Muhammad Nauman Raza 2022-11-20 17:12:27 +00:00
parent 35fac3eff9
commit db6d75c0d2
No known key found for this signature in database
GPG key ID: A9A36C429C9CAE31

View file

@ -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))