[4415] remove FIXME comment
Due to `ivy-call' still causing files to be opened in the background (which is not a bug in `ivy'), `+emacs-lisp-lookup-definition' still needs to return `deferred' for modules. The comment is as such misleading and needs to be removed (it has been resolved).
This commit is contained in:
parent
0c9256411d
commit
65dfdd5c4a
1 changed files with 0 additions and 2 deletions
|
@ -61,8 +61,6 @@ to a pop up buffer."
|
|||
(defun +emacs-lisp-lookup-definition (_thing)
|
||||
"Lookup definition of THING."
|
||||
(if-let (module (+emacs-lisp--module-at-point))
|
||||
;; FIXME: this is probably a bug in `counsel'. See
|
||||
;; https://github.com/abo-abo/swiper/pull/2752.
|
||||
(progn (doom/help-modules (car module) (cadr module) 'visit-dir) 'deferred)
|
||||
(call-interactively #'elisp-def)))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue