diff options
author | Alan Pearce | 2017-08-31 10:44:44 +0200 |
---|---|---|
committer | Alan Pearce | 2017-08-31 10:44:44 +0200 |
commit | 9da3e40568910e4fcee192064b0d41762e9fdf53 (patch) | |
tree | 5d2bdfc7cae49d0415b98c6b15f0d630838fe837 /emacs/.emacs.d | |
parent | ebc213b2bac3b4e8681e0acb246dbe97c94e05fa (diff) | |
download | nixfiles-9da3e40568910e4fcee192064b0d41762e9fdf53.tar.lz nixfiles-9da3e40568910e4fcee192064b0d41762e9fdf53.tar.zst nixfiles-9da3e40568910e4fcee192064b0d41762e9fdf53.zip |
Emacs: Install helpful
Diffstat (limited to 'emacs/.emacs.d')
-rw-r--r-- | emacs/.emacs.d/main.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index 2dc39d3b..dc14373c 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 |