this can stay

This commit is contained in:
2024-11-14 13:46:57 +02:00
parent 3b55a49bfa
commit a90511f16d

View File

@@ -499,3 +499,8 @@
(add-hook 'org-agenda-mode-hook (add-hook 'org-agenda-mode-hook
(lambda () (lambda ()
(setq-local doom-modeline-buffer-name nil))) (setq-local doom-modeline-buffer-name nil)))
;; Define your custom doom-modeline
(doom-modeline-def-modeline 'minimal-line
'(bar matches buffer-info remote-host buffer-position parrot selection-info)
'(misc-info input-method buffer-encoding))
(add-to-list 'doom-modeline-mode-alist '(org-agenda-mode . minimal-line))