Commit c7be5630b062

Vincent Demeester <vincent@sbr.pm>
2019-01-13 18:49:26
setup-org: bind org-agenda ๐Ÿ“†
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 19b0a79
Changed files (2)
lisp/setup-org.el
@@ -9,7 +9,8 @@
   :ensure org-plus-contrib
   :hook (org-mode . vde/org-mode-hook)
   :bind (("C-c c" . org-capture)
-         ("C-c l" . org-store-link))
+         ("C-c l" . org-store-link)
+         ("C-c a" . org-agenda))
   :config
   (setq org-modules
         '(org-habit org-info org-docview org-protocol org-man org-git-link))
lisp/setup-shells.el
@@ -5,7 +5,6 @@
 
 (use-package shell                 ; Specialized comint.el for running the shell
   :bind (("<f1>"      . vde-shell-open)
-         ("C-c a s s" . vde-shell-open)
          (:map shell-mode-map
                ("<tab>" . completion-at-point)))
   :config