Add dash-docs and counsel dash.
This commit is contained in:
@@ -102,6 +102,13 @@
|
|||||||
:config
|
:config
|
||||||
(add-hook 'after-init-hook 'global-company-mode))
|
(add-hook 'after-init-hook 'global-company-mode))
|
||||||
|
|
||||||
|
;; documentation via dash docsets
|
||||||
|
(use-package dash-docs
|
||||||
|
:config
|
||||||
|
(progn
|
||||||
|
(setq dash-docs-browser-func 'eww)
|
||||||
|
(setq dash-docs-enable-debugging nil)))
|
||||||
|
|
||||||
(use-package treemacs
|
(use-package treemacs
|
||||||
:config
|
:config
|
||||||
(global-set-key (kbd "<f3>") 'treemacs))
|
(global-set-key (kbd "<f3>") 'treemacs))
|
||||||
@@ -197,6 +204,8 @@
|
|||||||
:straight t)
|
:straight t)
|
||||||
(use-package counsel)
|
(use-package counsel)
|
||||||
(use-package swiper)
|
(use-package swiper)
|
||||||
|
(use-package counsel-dash
|
||||||
|
:after (counsel))
|
||||||
(load "~/.emacs.d/elisp/ivy-setup.el")
|
(load "~/.emacs.d/elisp/ivy-setup.el")
|
||||||
|
|
||||||
;; TRAMP
|
;; TRAMP
|
||||||
|
|||||||
Reference in New Issue
Block a user