diff options
author | Raul Benencia <id@rbenencia.name> | 2023-02-12 14:56:00 -0800 |
---|---|---|
committer | Raul Benencia <id@rbenencia.name> | 2023-02-12 15:22:37 -0800 |
commit | f6a1ec5f84ed246205c55d55092b2140a27f245b (patch) | |
tree | 6655a35012ef81be1b8e2941202907e2cfb84f3c /.emacs.local.d/config.el | |
parent | c0afd2e92baf0729910f1f60065c7cd29f19226f (diff) |
emacs: auto-load config files
Diffstat (limited to '.emacs.local.d/config.el')
-rw-r--r-- | .emacs.local.d/config.el | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/.emacs.local.d/config.el b/.emacs.local.d/config.el deleted file mode 100644 index 876fcb4..0000000 --- a/.emacs.local.d/config.el +++ /dev/null @@ -1,17 +0,0 @@ -(setq - my-org-agenda-files '("~/org/") - my-org-agenda-custom-commands - '(("x" agenda) - ("y" agenda*) - ("w" todo "WAITING") - ("W" todo-tree "WAITING") - ) - my-org-journal-file-type 'yearly - my-org-journal-dir "~/org/journal/" - my-org-journal-file-format "%Y.org" - my-org-journal-time-prefix "* " - my-org-journal-time-format "" - my-org-refile-path "~/refile.org" - my-org-roam-directory "~/org/roam/" - my-projectile-project-search-path '("~/src/") -) |