diff options
author | Raul Benencia <rul@kalgan.cc> | 2021-07-29 09:24:23 -0700 |
---|---|---|
committer | Raul Benencia <rul@kalgan.cc> | 2021-07-29 09:32:27 -0700 |
commit | 2d544720b95bbd7c03469948e84d67933a93cd72 (patch) | |
tree | 8c0053062dc36a4d059227b361fcde65630986bf /.emacs.local.d/config.el | |
parent | a390e8f3acca537460cdae7544af7750b70c2961 (diff) |
emacs: separate some configs to config.el
Diffstat (limited to '.emacs.local.d/config.el')
-rw-r--r-- | .emacs.local.d/config.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.emacs.local.d/config.el b/.emacs.local.d/config.el new file mode 100644 index 0000000..ae96b06 --- /dev/null +++ b/.emacs.local.d/config.el @@ -0,0 +1,2 @@ +(setq org-refile-path "~/refile.org") +(setq org-agenda-files '("~/org/")) |