diff options
author | noa@gaiwan.org | 2024-06-29 09:32:59 +0000 |
---|---|---|
committer | noa@gaiwan.org | 2024-06-29 09:32:59 +0000 |
commit | cd5d618884a710705b5ab5c8191154605b58d4f9 (patch) | |
tree | 46ae4329833f95b927009a39e100bfb8ead2e530 /config.org | |
parent | 1feff04a169a0442aa6006825412426214ebbe57 (diff) |
Don't tangle org-modern
Diffstat (limited to 'config.org')
-rw-r--r-- | config.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.org b/config.org index 3b6127d..3b04711 100644 --- a/config.org +++ b/config.org @@ -637,7 +637,7 @@ This doesn't work with code blocks at the moment. ;; (setopt org-super-links-search-function #'helm-org-ql) #+end_src -#+begin_src elisp +#+begin_src elisp :tangle no (package-ensure 'org-modern) (add-hook 'org-mode-hook #'org-modern-mode) ;; (add-hook 'org-agenda-finalize-hook #'org-modern-agenda) |