minor cleanup

This commit is contained in:
Bozhidar Batsov 2013-01-02 14:29:14 +02:00
parent 9cfdb2694a
commit 2d6670cf29

View file

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