Commit c7be5630b062
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