We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96057d5 commit 460bc16Copy full SHA for 460bc16
modules/prelude-helm-everywhere.el
@@ -32,7 +32,6 @@
32
33
;;; Code:
34
(require 'prelude-helm)
35
-(prelude-require-packages '(helm-descbinds helm-ag))
36
(require 'helm-eshell)
37
38
(global-set-key (kbd "M-x") 'helm-M-x)
sample/prelude-pinned-packages.el
@@ -66,7 +66,6 @@
66
(haml-mode . "melpa-stable")
67
(haskell-mode . "melpa-stable")
68
(helm . "melpa-stable")
69
- (helm-ag . "melpa-stable")
70
(helm-core . "melpa-stable")
71
(helm-descbinds . "melpa-stable")
72
(helm-projectile . "melpa-stable")
0 commit comments