~move counsel describe to init

This commit is contained in:
2020-08-15 00:04:20 +01:00
parent 6ef0330f81
commit 6785ed0d98

View File

@@ -325,10 +325,11 @@ helpful counterparts.
[remap find-file] #'counsel-find-file [remap find-file] #'counsel-find-file
[remap imenu] #'counsel-imenu [remap imenu] #'counsel-imenu
[remap load-theme] #'counsel-load-theme) [remap load-theme] #'counsel-load-theme)
:init
(setq counsel-describe-function-function #'helpful-callable
counsel-describe-variable-function #'helpful-variable)
:config :config
(setq ivy-initial-inputs-alist nil) (setq ivy-initial-inputs-alist nil)
(setq counsel-describe-function-function #'helpful-callable
counsel-describe-variable-function #'helpful-variable))
#+END_SRC #+END_SRC
** Counsel etags ** Counsel etags
Counsel etags allows me to search generated tag files for tags. I Counsel etags allows me to search generated tag files for tags. I