Replace :lookup with set-lookup-handlers! autodef
And update all internal references.
This commit is contained in:
parent
bfdc00cf42
commit
c0251aacee
17 changed files with 43 additions and 37 deletions
|
@ -18,7 +18,7 @@
|
|||
(setq php-template-compatibility nil)
|
||||
|
||||
(set-repl-handler! 'php-mode #'php-boris)
|
||||
(set! :lookup 'php-mode :documentation #'php-search-documentation)
|
||||
(set-lookup-handlers! 'php-mode :documentation #'php-search-documentation)
|
||||
|
||||
;; ac-php provides custom autocompletion, php-extras provides autocompletion
|
||||
;; for built-in libraries
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue