diff options
author | Raul Benencia <id@rbenencia.name> | 2023-02-21 19:44:16 -0800 |
---|---|---|
committer | Raul Benencia <id@rbenencia.name> | 2023-02-21 19:44:16 -0800 |
commit | 492049470fa3d486d909f50ddca59b335c8a44bb (patch) | |
tree | 2a11a54593dc6f63c9985bb02b5d28ae2db2e3ba /.emacs | |
parent | 4cd3b3371dcf77171b98dc12f48da248b2f703b2 (diff) |
emacs: reorganize org files
Diffstat (limited to '.emacs')
-rw-r--r-- | .emacs | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -23,9 +23,6 @@ (load-file "~/.emacs.local.d/modes/markdown.el") (load-file "~/.emacs.local.d/modes/magit.el") (load-file "~/.emacs.local.d/modes/notmuch.el") -(load-file "~/.emacs.local.d/modes/org.el") -(load-file "~/.emacs.local.d/modes/org-journal.el") -(load-file "~/.emacs.local.d/modes/org-roam.el") (load-file "~/.emacs.local.d/modes/projectile.el") (load-file "~/.emacs.local.d/modes/tabbar.el") (load-file "~/.emacs.local.d/modes/which-key.el") |