From 3f72abec2ee924153a43569548cc911a35d516d3 Mon Sep 17 00:00:00 2001 From: eriedaberrie Date: Thu, 30 Mar 2023 22:22:14 -0700 Subject: [PATCH] Remove now-redundant hack around doom-modeline with Emacs 29 --- init.el | 4 ---- 1 file changed, 4 deletions(-) diff --git a/init.el b/init.el index b457367..0b94b37 100644 --- a/init.el +++ b/init.el @@ -412,10 +412,6 @@ (use-package doom-modeline :disabled t :demand t - :custom - (doom-modeline-fn-alist (--map - (cons (remove-pos-from-symbol (car it)) (cdr it)) - doom-modeline-fn-alist)) :config (doom-modeline-mode))