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
|
;; URL: http://batsov.com/emacs-prelude
|
||||||
;; Version: 1.0.0
|
;; Version: 1.0.0
|
||||||
;; Keywords: convenience
|
;; Keywords: convenience
|
||||||
;; Package-Requires: ((guru-mode "0.1"))
|
|
||||||
|
|
||||||
;; This file is not part of GNU Emacs.
|
;; This file is not part of GNU Emacs.
|
||||||
|
|
||||||
|
@ -33,6 +32,8 @@
|
||||||
|
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
|
(prelude-ensure-module-deps '(guru-mode))
|
||||||
|
|
||||||
(defun prelude-ido-goto-symbol (&optional symbol-list)
|
(defun prelude-ido-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