commit 7721fc2566fe37c50e1bc5c2a5b1c2fe86710b88 parent 4fd64aad2d25e4f36bc213edb5698b8304725457 Author: Yuval Langer <yuval.langer@gmail.com> Date: Mon, 28 Aug 2017 16:59:50 +0300 Bundle bindings together Diffstat:
M | myinit.org | | | 12 | +++++++----- |
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/myinit.org b/myinit.org @@ -302,11 +302,13 @@ Brings up some help in the middle of a key sequence. (setq org-use-property-inheritance (list "STYLE")) :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) + ( + ("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