minor cleanup
This commit is contained in:
parent
9cfdb2694a
commit
2d6670cf29
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,6 @@
|
|||
;; URL: http://batsov.com/emacs-prelude
|
||||
;; Version: 1.0.0
|
||||
;; Keywords: convenience
|
||||
;; Package-Requires: ((guru-mode "0.1"))
|
||||
|
||||
;; This file is not part of GNU Emacs.
|
||||
|
||||
|
@ -33,6 +32,8 @@
|
|||
|
||||
;;; Code:
|
||||
|
||||
(prelude-ensure-module-deps '(guru-mode))
|
||||
|
||||
(defun prelude-ido-goto-symbol (&optional symbol-list)
|
||||
"Refresh imenu and jump to a place in the buffer using Ido."
|
||||
(interactive)
|
||||
|
|
Loading…
Reference in a new issue