From adb9ad3529b54391a0b8cc4fb04e839ece7289f2 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Fri, 19 Sep 2014 12:03:26 +0300 Subject: [PATCH] Remove redundant feature check --- core/prelude-core.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/prelude-core.el b/core/prelude-core.el index 8475b69..45cb971 100644 --- a/core/prelude-core.el +++ b/core/prelude-core.el @@ -486,8 +486,6 @@ With a prefix argument ARG, find the `user-init-file' instead." (defun prelude-ido-goto-symbol (&optional symbol-list) "Refresh imenu and jump to a place in the buffer using Ido." (interactive) - (unless (featurep 'imenu) - (require 'imenu nil t)) (cond ((not symbol-list) (let (name-and-pos symbol-names position)