lang/cc: add +cc/imenu command
Plus minor reformatting of autoloads file
This commit is contained in:
parent
8248e80570
commit
fa4b7502c2
2 changed files with 37 additions and 20 deletions
|
@ -220,7 +220,7 @@ compilation database is present in the project.")
|
|||
(add-hook! 'kill-emacs-hook (ignore-errors (rtags-cancel-process)))
|
||||
|
||||
;; Use rtags-imenu instead of imenu/counsel-imenu
|
||||
(define-key! (c-mode-map c++-mode-map) [remap imenu] #'rtags-imenu)
|
||||
(define-key! (c-mode-map c++-mode-map) [remap imenu] #'+cc/imenu)
|
||||
|
||||
(when (featurep 'evil)
|
||||
(add-hook 'rtags-jump-hook #'evil-set-jump))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue