summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2020-09-15 19:44:36 -0500
committerCase Duckworth2020-09-15 19:44:36 -0500
commitddb693600b8fd40b8b85b75c692f708f9cf92d9a (patch)
tree6b9c727131b53f2f1a94a6c3b83857da54b41fcc /init.el
parentSwitch ivy/counsel/swiper to selectrum/ctrlf (diff)
downloademacs-ddb693600b8fd40b8b85b75c692f708f9cf92d9a.tar.gz
emacs-ddb693600b8fd40b8b85b75c692f708f9cf92d9a.zip
Remove a few more counsel hooks
Diffstat (limited to 'init.el')
-rw-r--r--init.el5
1 files changed, 1 insertions, 4 deletions
diff --git a/init.el b/init.el index 6a60738..cd88039 100644 --- a/init.el +++ b/init.el
@@ -221,10 +221,7 @@
221 ("C-h k" . helpful-key) 221 ("C-h k" . helpful-key)
222 ("C-c C-d" . helpful-at-point) 222 ("C-c C-d" . helpful-at-point)
223 ("C-h F" . helpful-function) 223 ("C-h F" . helpful-function)
224 ("C-h C" . helpful-command) 224 ("C-h C" . helpful-command))
225 :custom
226 (counsel-describe-function-function #'helpful-callable)
227 (counsel-describe-variable-function #'helpful-variable))
228 225
229(unless acdw/at-work 226(unless acdw/at-work
230 (use-package su 227 (use-package su