diff options
| author | Adrian Kummerlaender | 2026-02-16 14:28:58 +0100 |
|---|---|---|
| committer | Adrian Kummerlaender | 2026-02-16 14:28:58 +0100 |
| commit | 455e15664847b36a1f84e44088061c93cb06cc6b (patch) | |
| tree | 5805f1d112670543f9535b3b220feddbac801f7e /gui/conf | |
| parent | 8a3625c815806e081d002f319797c622cd893b49 (diff) | |
| download | nixos_home-455e15664847b36a1f84e44088061c93cb06cc6b.tar nixos_home-455e15664847b36a1f84e44088061c93cb06cc6b.tar.gz nixos_home-455e15664847b36a1f84e44088061c93cb06cc6b.tar.bz2 nixos_home-455e15664847b36a1f84e44088061c93cb06cc6b.tar.lz nixos_home-455e15664847b36a1f84e44088061c93cb06cc6b.tar.xz nixos_home-455e15664847b36a1f84e44088061c93cb06cc6b.tar.zst nixos_home-455e15664847b36a1f84e44088061c93cb06cc6b.zip | |
emacs: Agenda formatting
Diffstat (limited to 'gui/conf')
| -rw-r--r-- | gui/conf/init.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/conf/init.el b/gui/conf/init.el index 7c3c242..7f11692 100644 --- a/gui/conf/init.el +++ b/gui/conf/init.el @@ -209,6 +209,7 @@ (tags . " %i %-12:c %b") (search . " %i %-12:c %b"))) (org-agenda-breadcrumbs-separator " ❯ ") + (org-agenda-block-separator ?\u2501) :init (require 'org-protocol) (require 'ox-bibtex) @@ -409,6 +410,7 @@ '(org-level-2 ((t (:family "Iosevka Aile" :weight light)))) '(org-level-3 ((t (:family "Iosevka Aile" :weight light)))) '(org-level-4 ((t (:family "Iosevka Aile" :weight light)))) + '(org-agenda-structure ((t (:foreground "#5c5c5c")))) '(org-document-title ((t (:family "Iosevka Etoile")))) '(font-latex-sectioning-5-face ((t (:family "Iosevka Etoile" :height 1.1))))) |
