Disable flickering in emacs on windows

This commit is contained in:
Marcus Kammer 2023-07-20 17:13:21 +02:00
parent d88ee32d26
commit a35c39f2e1

View file

@ -14,9 +14,9 @@
;; doom-themes-enable-italic t) ; if nil, italics is universally disabled ;; doom-themes-enable-italic t) ; if nil, italics is universally disabled
;; (load-theme 'doom-one t)) ;; (load-theme 'doom-one t))
(use-package doom-modeline ;; (use-package doom-modeline
:init (doom-modeline-mode 1) ;; :init (doom-modeline-mode 1)
:custom (doom-modeline-height 33)) ;; :custom (doom-modeline-height 33))
(use-package helpful (use-package helpful
:commands (helpful-callable helpful-variable helpful-command helpful-key) :commands (helpful-callable helpful-variable helpful-command helpful-key)