Minor refactors + bugfixes
This commit is contained in:
parent
ebb30b1512
commit
4ce63a8992
5 changed files with 30 additions and 42 deletions
|
@ -50,9 +50,9 @@
|
|||
"Face to hightlight `hideshow' overlays."
|
||||
:group 'doom)
|
||||
|
||||
(nconc default-frame-alist
|
||||
`((background-color . ,(face-background 'default))
|
||||
(foreground-color . ,(face-foreground 'default))))
|
||||
;; Dark frames by default
|
||||
(push (cons 'background-color (face-background 'default)) default-frame-alist)
|
||||
(push (cons 'foreground-color (face-foreground 'default)) default-frame-alist)
|
||||
|
||||
;; brighter source buffers
|
||||
(defun +doom|buffer-mode-on ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue