aboutsummaryrefslogtreecommitdiffstats
path: root/oni-core.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2021-07-05 23:33:32 -0700
committerGravatar Tom Willemse2021-07-05 23:33:32 -0700
commit0befa1ec7cd60c2368acca63ee3e7a64b1122a94 (patch)
treec58f91d5cce28386205c7c65f63cb7f3d70c927e /oni-core.el
parentbebfe3c991230a572b3029568d750a45cec11171 (diff)
downloademacs-config-0befa1ec7cd60c2368acca63ee3e7a64b1122a94.tar.gz
emacs-config-0befa1ec7cd60c2368acca63ee3e7a64b1122a94.zip
[oni-core] Add keybinding for `imenu'
Diffstat (limited to 'oni-core.el')
-rw-r--r--oni-core.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/oni-core.el b/oni-core.el
index 7ec4ae9..15f553e 100644
--- a/oni-core.el
+++ b/oni-core.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2021.0701.142845
+;; Version: 2021.0705.233324
;; Package-Requires: (oni-data-dir oni-embrace oni-hydra expand-region multiple-cursors gcmh diminish ws-butler which-key insert-char-preview dashboard)
;; This program is free software; you can redistribute it and/or modify
@@ -184,6 +184,7 @@ _s_: String list"
(global-set-key (kbd "C-c (") 'embrace-commander)
(global-set-key (kbd "C-c q") #'oni-core-unfill-paragraph)
(global-set-key (kbd "C-c s") #'oni-sort-and-align-hydra/body)
+(global-set-key (kbd "C-c l") 'imenu)
(global-set-key (kbd "C-x C-b") 'ibuffer-jump)
(global-set-key (kbd "C-x M-f") 'ffap)
(global-set-key (kbd "M-+") 'mc/mark-next-like-this)