Add priority keymap (original was used by company-mode to jump back from tag)
This commit is contained in:
parent
5928a89f99
commit
de878bdd5c
1 changed files with 1 additions and 0 deletions
1
init.el
1
init.el
|
|
@ -144,6 +144,7 @@
|
||||||
(require 'org)
|
(require 'org)
|
||||||
(define-key global-map "\C-cl" 'org-store-link)
|
(define-key global-map "\C-cl" 'org-store-link)
|
||||||
(define-key global-map "\C-ca" 'org-agenda)
|
(define-key global-map "\C-ca" 'org-agenda)
|
||||||
|
(define-key global-map "\C-cp" 'org-priority)
|
||||||
;; when ending TODO (C-C C-t) end with a note + timestamp
|
;; when ending TODO (C-C C-t) end with a note + timestamp
|
||||||
(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, ...
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue