summaryrefslogtreecommitdiff
path: root/dashboard.el
diff options
context:
space:
mode:
Diffstat (limited to 'dashboard.el')
-rw-r--r--dashboard.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/dashboard.el b/dashboard.el
index 9cca322..9588288 100644
--- a/dashboard.el
+++ b/dashboard.el
@@ -85,6 +85,7 @@ common functionalities more conveniently.")
(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 ?p) #'project-switch-project)
+(define-key dashboard-mode-map (vector ?x) #'execute-extended-command)
;; load Org if not loaded already