summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d
diff options
context:
space:
mode:
authorAlan Pearce2015-12-04 10:58:57 +0100
committerAlan Pearce2015-12-04 10:58:57 +0100
commitd575c29219d71338be4575bacb5711383455c2ed (patch)
treed0d8d4b541d8c097cc1e85af3d3889eaa37f4afe /tag-emacs/emacs.d
parente3e404e78b5692857410feaf6479ab4a6407bd54 (diff)
downloaddotfiles-d575c29219d71338be4575bacb5711383455c2ed.tar.lz
dotfiles-d575c29219d71338be4575bacb5711383455c2ed.tar.zst
dotfiles-d575c29219d71338be4575bacb5711383455c2ed.zip
Emacs: Open helm-dash docsets in eww
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r--tag-emacs/emacs.d/init.org19
1 files changed, 10 insertions, 9 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index 1c84c79..c474959 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -985,15 +985,16 @@ helps to make documentation for other languages easier to access
     :defer 20
     :defines helm-dash-docsets
     :config (progn
-            (ap/create-helm-dash-hook nginx ("Nginx"))
-            (ap/create-helm-dash-hook ansible ("Ansible"))
-            (ap/create-helm-dash-hook php ("PHP" "Symfony"))
-            (ap/create-helm-dash-hook twig ("Twig"))
-            (ap/create-helm-dash-hook js2 ("JavaScript" "NodeJS" "jQuery" "Express"))
-            (ap/create-helm-dash-hook markdown ("Markdown"))
-            (ap/create-helm-dash-hook saltstack ("SaltStack"))
-            (ap/create-helm-dash-hook clojure ("Clojure"))
-            (ap/create-helm-dash-hook sql ("PostgreSQL" "MySQL"))))
+              (setq helm-dash-browser-func #'eww)
+              (ap/create-helm-dash-hook nginx ("Nginx"))
+              (ap/create-helm-dash-hook ansible ("Ansible"))
+              (ap/create-helm-dash-hook php ("PHP" "Symfony"))
+              (ap/create-helm-dash-hook twig ("Twig"))
+              (ap/create-helm-dash-hook js2 ("JavaScript" "NodeJS" "jQuery" "Express" "SailsJS" "Lo-Dash"))
+              (ap/create-helm-dash-hook markdown ("Markdown"))
+              (ap/create-helm-dash-hook saltstack ("SaltStack"))
+              (ap/create-helm-dash-hook clojure ("Clojure"))
+              (ap/create-helm-dash-hook sql ("PostgreSQL" "MySQL"))))
 #+END_SRC
 
 ** which-func