diff options
Diffstat (limited to 'lisp/consult-dash.el')
| -rw-r--r-- | lisp/consult-dash.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/consult-dash.el b/lisp/consult-dash.el index b78b65f..682c26c 100644 --- a/lisp/consult-dash.el +++ b/lisp/consult-dash.el @@ -151,10 +151,6 @@ :history '(:input consult-dash--history)))) (dash-docs-browse-url search-result))) -(defun consult-dash-at-point () - (interactive) - (consult-dash (thing-at-point 'symbol))) - ;; Embark integration (with-eval-after-load "embark" (embark-define-keymap consult-dash-embark-keymap |
