diff options
author | Case Duckworth | 2020-09-15 19:44:36 -0500 |
---|---|---|
committer | Case Duckworth | 2020-09-15 19:44:36 -0500 |
commit | ddb693600b8fd40b8b85b75c692f708f9cf92d9a (patch) | |
tree | 6b9c727131b53f2f1a94a6c3b83857da54b41fcc | |
parent | Switch ivy/counsel/swiper to selectrum/ctrlf (diff) | |
download | emacs-ddb693600b8fd40b8b85b75c692f708f9cf92d9a.tar.gz emacs-ddb693600b8fd40b8b85b75c692f708f9cf92d9a.zip |
Remove a few more counsel hooks
-rw-r--r-- | init.el | 5 |
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 |