Fine-tune key chords for org capture and clocking
This commit is contained in:
parent
84a6c6faa4
commit
81f10ed017
@ -2643,7 +2643,7 @@ This is a big one; I use a lot of customisation here.
|
||||
:bind
|
||||
(:map gpolonkai/pers-map
|
||||
("a" . gpolonkai/org-agenda-list)
|
||||
("c" . org-capture)
|
||||
("C" . org-capture)
|
||||
("l" . org-store-link)
|
||||
:map org-mode-map
|
||||
("SPC" . org-space-key)
|
||||
@ -3204,8 +3204,11 @@ directory. It is available from [[http://plantuml.com/download][here]].
|
||||
("o i" . gpolonkai/visit-init-file)
|
||||
("o o" . gpolonkai/visit-org-index)
|
||||
("u" . browse-url-at-point)
|
||||
("C" . clean-buffer-list)
|
||||
("C-c" . calc))
|
||||
("M-C" . clean-buffer-list)
|
||||
("C-c" . calc)
|
||||
("c i" . org-clock-in)
|
||||
("c I" . org-clock-in-last)
|
||||
("c o" . org-clock-out))
|
||||
#+END_SRC
|
||||
|
||||
** TODO These fail to work using ~bind-keys~, but why?
|
||||
|
Loading…
Reference in New Issue
Block a user