From 9da3e40568910e4fcee192064b0d41762e9fdf53 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 31 Aug 2017 10:44:44 +0200 Subject: Emacs: Install helpful --- emacs/.emacs.d/main.el | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'emacs/.emacs.d/main.el') diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index 2dc39d3..dc14373 100644 --- a/emacs/.emacs.d/main.el +++ b/emacs/.emacs.d/main.el @@ -1294,6 +1294,12 @@ ;; ** Documentation +;; *** helpful + +;; #+BEGIN_SRC emacs-lisp +(use-package helpful) +;; #+END_SRC + ;; *** ehelp ;; ehelp is a less well-known package that’s part of Emacs and slightly -- cgit 1.4.1