Make config more emacsclient-friendly
This commit is contained in:
parent
72bf9df905
commit
b47b951a41
5 changed files with 24 additions and 10 deletions
|
@ -51,8 +51,9 @@
|
|||
:group 'doom)
|
||||
|
||||
;; Dark frames by default
|
||||
(push (cons 'background-color (face-background 'default)) default-frame-alist)
|
||||
(push (cons 'foreground-color (face-foreground 'default)) default-frame-alist)
|
||||
(when (display-graphic-p)
|
||||
(push (cons 'background-color (face-background 'default)) default-frame-alist)
|
||||
(push (cons 'foreground-color (face-foreground 'default)) default-frame-alist))
|
||||
|
||||
(defun +doom|buffer-mode-on ()
|
||||
"Enable `doom-buffer-mode' in buffers that are real (see
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue