Add extra keywords for org-mode
This commit is contained in:
parent
37b81cbd90
commit
5928a89f99
1 changed files with 3 additions and 0 deletions
3
init.el
3
init.el
|
|
@ -148,6 +148,9 @@
|
||||||
(setq org-log-done 'note)
|
(setq org-log-done 'note)
|
||||||
;; Specify root dir to search for agenda files, TODOs, ...
|
;; Specify root dir to search for agenda files, TODOs, ...
|
||||||
(setq org-agenda-files '("~/org"))
|
(setq org-agenda-files '("~/org"))
|
||||||
|
;; Add extra states for keywords
|
||||||
|
(setq org-todo-keywords
|
||||||
|
'((sequence "TODO" "IN-PROGRESS" "WAITING" "DONE")))
|
||||||
|
|
||||||
;; Set 'M-g' to 'goto-line'
|
;; Set 'M-g' to 'goto-line'
|
||||||
(global-set-key (kbd "M-g") 'goto-line)
|
(global-set-key (kbd "M-g") 'goto-line)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue