all repos — nixfiles @ 9da3e40568910e4fcee192064b0d41762e9fdf53

System and user configuration, managed by nix and home-manager

Emacs: Install helpful
Alan Pearce alan@alanpearce.eu
Thu, 31 Aug 2017 10:44:44 +0200
commit

9da3e40568910e4fcee192064b0d41762e9fdf53

parent

ebc213b2bac3b4e8681e0acb246dbe97c94e05fa

2 files changed, 7 insertions(+), 0 deletions(-)

jump to
M emacs/.emacs.d/main.elemacs/.emacs.d/main.el
@@ -1294,6 +1294,12 @@ ;; #+END_SRC 
 ;; ** 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
M nix/.config/nixpkgs/emacs.nixnix/.config/nixpkgs/emacs.nix
@@ -106,6 +106,7 @@ go-projectile     goto-chg
     haskell-mode
     highlight-stages
+    helpful
     imenu-anywhere
     indium
     jinja2-mode