Disable flickering in emacs on windows
This commit is contained in:
parent
d88ee32d26
commit
a35c39f2e1
1 changed files with 3 additions and 3 deletions
|
@ -14,9 +14,9 @@
|
|||
;; doom-themes-enable-italic t) ; if nil, italics is universally disabled
|
||||
;; (load-theme 'doom-one t))
|
||||
|
||||
(use-package doom-modeline
|
||||
:init (doom-modeline-mode 1)
|
||||
:custom (doom-modeline-height 33))
|
||||
;; (use-package doom-modeline
|
||||
;; :init (doom-modeline-mode 1)
|
||||
;; :custom (doom-modeline-height 33))
|
||||
|
||||
(use-package helpful
|
||||
:commands (helpful-callable helpful-variable helpful-command helpful-key)
|
||||
|
|
Loading…
Add table
Reference in a new issue