Add org-modern support for doom

This commit is contained in:
ulic-youthlic 2025-10-04 11:28:55 +08:00
parent 72b67ac3c2
commit 54bc3214f2
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
2 changed files with 9 additions and 0 deletions

View file

@ -111,3 +111,11 @@ NOTE: wayland only."
(global-set-key (kbd "<C-M-next>") (scroll-on-jump-interactive 'diff-hl-next-hunk))
(global-set-key (kbd "<C-M-prior>") (scroll-on-jump-interactive 'diff-hl-previous-hunk))
(use-package org-modern-mode
:hook
(org-mode . org-modern-mode)
(org-agenda-finalize . org-modern-agenda)
:config
(setq org-modern-hide-stars nil
org-modern-table nil))

View file

@ -24,6 +24,7 @@ let
melpaPackages.telega
melpaPackages.nixos-options
melpaPackages.scroll-on-jump
melpaPackages.org-modern
];
extraBinPackages =
(with pkgs; [