Add dash-docs and counsel dash.

This commit is contained in:
Mateus Rodrigues
2023-02-22 14:26:53 +00:00
parent 4ed5f8bed2
commit ec52501059

View File

@@ -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