Remove now-redundant hack around doom-modeline with Emacs 29
This commit is contained in:
parent
f65828d3cc
commit
3f72abec2e
4
init.el
4
init.el
|
@ -412,10 +412,6 @@
|
||||||
(use-package doom-modeline
|
(use-package doom-modeline
|
||||||
:disabled t
|
:disabled t
|
||||||
:demand t
|
:demand t
|
||||||
:custom
|
|
||||||
(doom-modeline-fn-alist (--map
|
|
||||||
(cons (remove-pos-from-symbol (car it)) (cdr it))
|
|
||||||
doom-modeline-fn-alist))
|
|
||||||
:config
|
:config
|
||||||
(doom-modeline-mode))
|
(doom-modeline-mode))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue