mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Replace :lookup with set-lookup-handlers! autodef
And update all internal references.
This commit is contained in:
@ -212,7 +212,7 @@ compilation database is present in the project.")
|
||||
;; ...and don't auto-jump to first match before making a selection.
|
||||
rtags-jump-to-first-match nil)
|
||||
|
||||
(set! :lookup '(c-mode c++-mode)
|
||||
(set-lookup-handlers! '(c-mode c++-mode)
|
||||
:definition #'rtags-find-symbol-at-point
|
||||
:references #'rtags-find-references-at-point)
|
||||
|
||||
|
Reference in New Issue
Block a user