Removed org-modern

This commit is contained in:
Roger Gonzalez 2023-08-08 09:57:24 -03:00
parent 3db3e6f585
commit c005d71f53
Signed by: rogs
GPG Key ID: C7ECE9C6C36EC2E6
2 changed files with 1 additions and 5 deletions

View File

@ -341,10 +341,7 @@ text and copying to the killring."
;; Save all org buffers on each save
(add-hook 'auto-save-hook 'org-save-all-org-buffers)
(add-hook 'after-save-hook 'org-save-all-org-buffers)
;; Enable Org Modern
(with-eval-after-load 'org (global-org-modern-mode)))
(add-hook 'after-save-hook 'org-save-all-org-buffers))
;; My own menu
(map! :leader

View File

@ -70,4 +70,3 @@
(package! dall-e-shell)
(package! ob-dall-e-shell)
(package! magit-delta)
(package! org-modern)