Implement workaround for doom-modeline issue with helm

This commit is contained in:
Wojciech Kozlowski 2019-02-10 23:18:22 +01:00
parent 4447b46eee
commit d7f196c141
2 changed files with 7 additions and 0 deletions

View File

@ -62,6 +62,10 @@ enabled."
(propertize str 'face 'doom-modeline-eyebrowse))
""))
(defun doom-modeline--active ()
"Whether is an active window."
t)
;; Set the modeline
(setq column-number-mode t)
(setq doom-modeline-python-executable "python3")

View File

@ -4,6 +4,9 @@
** TODO Clean up the theme file
** NEXT Fix doom-modeline in newest version
*** DONE [[https://github.com/seagle0128/doom-modeline/issues/114#issuecomment-462171562][Workaround]]
CLOSED: [2019-02-10 Sun 23:17]
*** NEXT Implement proper fix to [[https://github.com/seagle0128/doom-modeline/issues/114#issuecomment-462171562][GitHub issue]]
* Programming modes