mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-18 16:06:56 -05:00
Minor refactor & correction
This commit is contained in:
@@ -30,8 +30,7 @@ PROMPT (a string) and COMMAND (a list of command plists; see `def-menu!').")
|
|||||||
(setq header-line-format
|
(setq header-line-format
|
||||||
(concat (propertize "$ " 'face 'font-lock-doc-face)
|
(concat (propertize "$ " 'face 'font-lock-doc-face)
|
||||||
(propertize command 'face 'font-lock-preprocessor-face)))
|
(propertize command 'face 'font-lock-preprocessor-face)))
|
||||||
(doom-resize-window (get-buffer-window (pop-to-buffer (current-buffer)))
|
(pop-to-buffer (current-buffer))))
|
||||||
12)))
|
|
||||||
((or (symbolp command)
|
((or (symbolp command)
|
||||||
(functionp command))
|
(functionp command))
|
||||||
(call-interactively command))
|
(call-interactively command))
|
||||||
|
@@ -449,7 +449,6 @@ character that looks like a space that `whitespace-mode' won't affect.")
|
|||||||
(lwarn 'doom-ui :error
|
(lwarn 'doom-ui :error
|
||||||
"Unexpected error while initializing fonts: %s"
|
"Unexpected error while initializing fonts: %s"
|
||||||
(error-message-string ex)))))
|
(error-message-string ex)))))
|
||||||
|
|
||||||
(run-hooks 'doom-init-theme-hook))
|
(run-hooks 'doom-init-theme-hook))
|
||||||
|
|
||||||
;; Getting themes to remain consistent across GUI Emacs, terminal Emacs and
|
;; Getting themes to remain consistent across GUI Emacs, terminal Emacs and
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
;;; config.el -*- lexical-binding: t; -*-
|
;;; feature/popup/config.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
(defconst +popup-window-parameters
|
(defconst +popup-window-parameters
|
||||||
'(transient quit select modeline popup)
|
'(transient quit select modeline popup)
|
||||||
|
Reference in New Issue
Block a user