diff options
author | Raul Benencia <rul@kalgan.cc> | 2021-08-01 12:00:40 -0700 |
---|---|---|
committer | Raul Benencia <rul@kalgan.cc> | 2021-08-01 12:01:39 -0700 |
commit | 9ca5d1c9d50c2230882705b4689d65a8f59cb4f4 (patch) | |
tree | 039f0ef07b3178055c8ab283fbc608ca8afb6f43 /.emacs | |
parent | 80617b11fb30d1ff7d381d919d5fab9b3b359100 (diff) |
org-roam to its own file
Diffstat (limited to '.emacs')
-rw-r--r-- | .emacs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ (load-file "~/.emacs.local.d/modes/markdown.el") (load-file "~/.emacs.local.d/modes/magit.el") (load-file "~/.emacs.local.d/modes/org.el") +(load-file "~/.emacs.local.d/modes/org-roam.el") (load-file "~/.emacs.local.d/modes/projectile.el") (load-file "~/.emacs.local.d/modes/python.el") (load-file "~/.emacs.local.d/modes/sml.el") |