Skip to content

Commit

Permalink
Emacs: reflect notes repo restructuralization
Browse files Browse the repository at this point in the history
  • Loading branch information
Indy2222 committed Mar 24, 2018
1 parent 78fa663 commit ae9215b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions emacs/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,12 @@

;; org mode
(require 'org)
(setq org-default-notes-file "~/notes/notes/notes.org")
(setq org-default-notes-file "~/notes/notes.org")

(setq org-capture-templates
'(("t" "Todo" entry (file "~/notes/notes/todo.org")
'(("t" "Todo" entry (file "~/notes/todo.org")
"* TODO %?\n\n%a\n%i\n")
("n" "Notes" entry (file "~/notes/notes/notes.org")
("n" "Notes" entry (file "~/notes/notes.org")
"* %? %U\n\n%a\n%i\n")))

;; from http://orgmode.org/guide/Activation.html#Activation
Expand Down

0 comments on commit ae9215b

Please sign in to comment.