From 3ee1c7fb5414adc4b4d06a6abab77bfe48767c3d Mon Sep 17 00:00:00 2001 From: Josha von Gizycki Date: Sat, 1 Feb 2020 11:49:27 +0100 Subject: [PATCH] explicit installation of helm, projectile, dumb-jump --- init.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index a242eb0..02a6908 100644 --- a/init.el +++ b/init.el @@ -72,7 +72,10 @@ There are two things you can do about this warning: idle-highlight-mode ;; edit html tags like sexps - tagedit)) + tagedit + helm + projectile + dumb-jump)) (dolist (p my-packages) (when (not (package-installed-p p))