mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Make config more emacsclient-friendly
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user