summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2023-08-23 22:01:46 +0800
committerJSDurand <mmemmew@gmail.com>2023-08-23 22:01:46 +0800
commit0f5cdf52afccd859f0171b62574251823bc69bff (patch)
tree4c74fb4aad8d72b6f1af506742560e45146ef449
parent5cf6dbe0752967347955f5cfbf461b2a9d3c5ec6 (diff)
dashboard: bind capture to capital C
* dashboard.el (dashboard-mode-map): Now I want to capture my account information regularly, so it is useful to have a convenient binding.
-rw-r--r--dashboard.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/dashboard.el b/dashboard.el
index 9588288..58bb05c 100644
--- a/dashboard.el
+++ b/dashboard.el
@@ -84,6 +84,7 @@ common functionalities more conveniently.")
(define-key dashboard-mode-map (vector ?g) #'gnus)
(define-key dashboard-mode-map (vector ?a) #'dashboard-org-agenda)
(define-key dashboard-mode-map (vector ?c) #'dashboard-clear)
+(define-key dashboard-mode-map (vector ?C) #'dashboard-org-capture)
(define-key dashboard-mode-map (vector ?p) #'project-switch-project)
(define-key dashboard-mode-map (vector ?x) #'execute-extended-command)