From c4e9a587c56e4f472335999cd1145b1be0f48d79 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Mon, 26 Jan 2015 19:33:34 +0200 Subject: [PATCH] Require imenu for prelude-goto-symbol --- core/prelude-core.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/prelude-core.el b/core/prelude-core.el index 389eb75..11d146d 100644 --- a/core/prelude-core.el +++ b/core/prelude-core.el @@ -477,6 +477,9 @@ With a prefix argument ARG, find the `user-init-file' instead." (interactive "P") (sp-wrap-with-pair ,s))) +;; needed for prelude-goto-symbol +(require 'imenu) + (defun prelude-goto-symbol (&optional symbol-list) "Refresh imenu and jump to a place in the buffer using Ido." (interactive)