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 ;; 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)