From 7f8652db3d6f1abbffa210224941ac47e9ba0e9c Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Tue, 28 Aug 2018 18:11:17 +0200 Subject: [PATCH] Add the org-projectile-helm packace --- configuration.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configuration.org b/configuration.org index 237eb92..e088d2f 100644 --- a/configuration.org +++ b/configuration.org @@ -1628,6 +1628,12 @@ I also want FlySpell to be enabled during Git commit message editing. (use-package org-projectile) #+END_SRC +*** …and the same with Helm + +#+BEGIN_SRC emacs-lisp +(use-package org-projectile-helm) +#+END_SRC + ** Drag stuff To move lines around.