~move counsel describe to init
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user