Implement workaround for doom-modeline issue with helm
This commit is contained in:
parent
4447b46eee
commit
d7f196c141
@ -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")
|
||||
|
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user