summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2017-08-31 10:44:44 +0200
committerAlan Pearce2017-08-31 10:44:44 +0200
commit9da3e40568910e4fcee192064b0d41762e9fdf53 (patch)
tree5d2bdfc7cae49d0415b98c6b15f0d630838fe837
parentebc213b2bac3b4e8681e0acb246dbe97c94e05fa (diff)
downloaddotfiles-9da3e40568910e4fcee192064b0d41762e9fdf53.tar.lz
dotfiles-9da3e40568910e4fcee192064b0d41762e9fdf53.tar.zst
dotfiles-9da3e40568910e4fcee192064b0d41762e9fdf53.zip
Emacs: Install helpful
-rw-r--r--emacs/.emacs.d/main.el6
-rw-r--r--nix/.config/nixpkgs/emacs.nix1
2 files changed, 7 insertions, 0 deletions
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
diff --git a/nix/.config/nixpkgs/emacs.nix b/nix/.config/nixpkgs/emacs.nix
index 9abd396..aface0f 100644
--- a/nix/.config/nixpkgs/emacs.nix
+++ b/nix/.config/nixpkgs/emacs.nix
@@ -106,6 +106,7 @@ in
     goto-chg
     haskell-mode
     highlight-stages
+    helpful
     imenu-anywhere
     indium
     jinja2-mode