Require imenu for prelude-goto-symbol
This commit is contained in:
parent
0cd1db61b4
commit
c4e9a587c5
1 changed files with 3 additions and 0 deletions
|
@ -477,6 +477,9 @@ With a prefix argument ARG, find the `user-init-file' instead."
|
||||||
(interactive "P")
|
(interactive "P")
|
||||||
(sp-wrap-with-pair ,s)))
|
(sp-wrap-with-pair ,s)))
|
||||||
|
|
||||||
|
;; needed for prelude-goto-symbol
|
||||||
|
(require 'imenu)
|
||||||
|
|
||||||
(defun prelude-goto-symbol (&optional symbol-list)
|
(defun prelude-goto-symbol (&optional symbol-list)
|
||||||
"Refresh imenu and jump to a place in the buffer using Ido."
|
"Refresh imenu and jump to a place in the buffer using Ido."
|
||||||
(interactive)
|
(interactive)
|
||||||
|
|
Loading…
Reference in a new issue