Use exact time for time stamps
This commit is contained in:
parent
8ac0636668
commit
ae0cca6dfb
1 changed files with 1 additions and 1 deletions
2
init.el
2
init.el
|
@ -1668,7 +1668,7 @@ Uses `mk/hyperspec-dir-locations' to find the directory."
|
|||
(org-src-fontify-natively t)
|
||||
(org-src-tab-acts-natively t)
|
||||
(org-src-window-setup 'other-window)
|
||||
(org-time-stamp-rounding-minutes '(30 30))
|
||||
(org-time-stamp-rounding-minutes '(0 5))
|
||||
(org-todo-keywords
|
||||
'((sequence "TODO" "DOING(!)" "DONE(!)")
|
||||
(sequence "RECRUIT" "INTERVIEW" "QDA" "DOC" "REVIEW")))
|
||||
|
|
Loading…
Add table
Reference in a new issue