[emacs] Show helm org rifle path and log the DONE state

This commit is contained in:
Sebastian Schulze 2019-02-01 09:15:12 +01:00
parent cfd3a361b7
commit 021faf19c5
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
2 changed files with 2 additions and 1 deletions

View File

@ -424,7 +424,7 @@ you should place your code here."
(setq writeroom-width 100)
(setq ruby-insert-encoding-magic-comment nil)
(setq git-gutter-fr+-side (quote left-fringe))
(setq helm-org-rifle-show-path t)
(setq doom-themes-enable-bold t ; if nil, bold is universally disabled
doom-themes-enable-italic t) ; if nil, italics is universally disabled
(doom-themes-visual-bell-config)

View File

@ -15,6 +15,7 @@
(setq org-default-notes-file "~/Documents/Zettelkasten/refile.org")
(setq org-agenda-sticky t)
(setq org-agenda-ndays 1)
(setq org-log-done t)
(setq org-agenda-file-regexp (format-time-string "\\`[^.].*\\.org\\'\\|\\`%Y%m[0-9]+\\'"))
(setq org-agenda-hide-tags-regexp "presents")
(setq org-agenda-include-diary t)