Minor refactor & correction

This commit is contained in:
Henrik Lissner 2018-01-29 17:39:08 -05:00
parent 0890826083
commit 4e908bd525
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 2 additions and 4 deletions

View file

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

View file

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

View file

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