Fine-tune key chords for org capture and clocking

This commit is contained in:
Gergely Polonkai 2018-11-23 15:40:36 +01:00
parent 84a6c6faa4
commit 81f10ed017

View File

@ -2643,7 +2643,7 @@ This is a big one; I use a lot of customisation here.
:bind :bind
(:map gpolonkai/pers-map (:map gpolonkai/pers-map
("a" . gpolonkai/org-agenda-list) ("a" . gpolonkai/org-agenda-list)
("c" . org-capture) ("C" . org-capture)
("l" . org-store-link) ("l" . org-store-link)
:map org-mode-map :map org-mode-map
("SPC" . org-space-key) ("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 i" . gpolonkai/visit-init-file)
("o o" . gpolonkai/visit-org-index) ("o o" . gpolonkai/visit-org-index)
("u" . browse-url-at-point) ("u" . browse-url-at-point)
("C" . clean-buffer-list) ("M-C" . clean-buffer-list)
("C-c" . calc)) ("C-c" . calc)
("c i" . org-clock-in)
("c I" . org-clock-in-last)
("c o" . org-clock-out))
#+END_SRC #+END_SRC
** TODO These fail to work using ~bind-keys~, but why? ** TODO These fail to work using ~bind-keys~, but why?