commit 3ef154568c1e9309d80ede6bc32ea323e8649c2d parent d6f7f50c0c256752ab492383ca7fe4623a60a061 Author: Yuval Langer <yuval.langer@gmail.com> Date: Mon, 28 Aug 2017 16:54:01 +0300 Add essential org-mode keybindings Diffstat:
M | myinit.org | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/myinit.org b/myinit.org @@ -296,6 +296,10 @@ Brings up some help in the middle of a key sequence. :bind ("C-c b" . org-babel-tangle-block) + ("C-c l" . org-store-link) + ("C-c a" . org-agenda) + ("C-c c" . org-capture) + ("C-c b" . org-iswitchb) ) #+END_SRC