diff options
author | JSDurand <mmemmew@gmail.com> | 2024-02-12 10:49:16 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2024-02-12 10:49:16 +0800 |
commit | 09e511ee73a65ee9fcfca32c4ecdc6ec91da123c (patch) | |
tree | 74edfb71ebfec7ee6474bd109139ffa563c6a657 /dashboard.el | |
parent | e8756c4f4b75bb9a39cb4c9906da35d40d347b86 (diff) |
dashboard: wrong key last time
I bound to the wrong key the last time.
Diffstat (limited to 'dashboard.el')
-rw-r--r-- | dashboard.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard.el b/dashboard.el index 301833e..a86981e 100644 --- a/dashboard.el +++ b/dashboard.el @@ -78,7 +78,7 @@ common functionalities more conveniently.") (define-key m (vector ?l) #'blist) (define-key m (vector ?L) #'rlist-list-registers) (define-key m (vector ?b) #'bookmark-jump) - (define-key m (vector ?b) #'durand-jump-bookmark-new-tab) + (define-key m (vector ?B) #'durand-jump-bookmark-new-tab) (define-key m (vector ?T) #'modeline-toggle) (define-key m (vector ?t) #'durand-view-timers-or-temps) (define-key m (vector ?o) #'durand-open-object) |