emacs.d

bloated emacs configuration
git clone git://git.ckyln.com/~cem/emacs.d.git
Log | Files | Refs | README

commit 656aeea6e83e746c0131122157ce2e222c121769
parent 56d08ec22d69d5fef41a54288ffccc525ae34fae
Author: Cem Keylan <cem@ckyln.com>
Date:   Tue,  6 Oct 2020 12:11:47 +0300

org-directory: rename lower case

Diffstat:
Minit.org | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/init.org b/init.org @@ -320,8 +320,8 @@ section. ("C-c a" . org-agenda) ;; if you change the bindings ("C-c c" . org-capture)) :custom - (org-directory "~/Org/") - (org-default-notes-file "~/Org/refile.org") + (org-directory "~/org/") + (org-default-notes-file "~/org/refile.org") (org-agenda-span 'week) (org-todo-keywords '((sequence "TODO(t)" "NEXT(n)" "|" "DONE(d)") (sequence "WAITING(w@/!)" "HOLD(h@/!)" "|" "CANCELLED(c@/!)" "PHONE" "MEETING")))