about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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