mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-09 12:57:25 -05:00
feature/lookup: remove devdocs support (for now)
devdocs-lookup is broken at the moment. devdocs search is still available through +lookup/online as a provider however. This may be reversed later, when (and if) we find a better devdocs backend.
This commit is contained in:
@ -14,9 +14,3 @@ engine."
|
||||
"TODO"
|
||||
(interactive "<a><!>")
|
||||
(+lookup/in-docsets query (if bang 'blank)))
|
||||
|
||||
;;;###autoload (autoload '+lookup:devdocs "feature/lookup/autoload/evil" nil t)
|
||||
(evil-define-command +lookup:devdocs (query &optional bang)
|
||||
"TODO"
|
||||
(interactive "<a><!>")
|
||||
(+lookup/in-devdocs query (if bang 'blank)))
|
||||
|
Reference in New Issue
Block a user