Replace :eval/:repl with autodef functions
+ :eval => set-eval-handler! + :repl => set-repl-handler! + Updates all internal references.
This commit is contained in:
parent
98632fe086
commit
588359cc5f
21 changed files with 98 additions and 72 deletions
|
@ -17,7 +17,7 @@
|
|||
;; php+html. Use the .phtml
|
||||
(setq php-template-compatibility nil)
|
||||
|
||||
(set! :repl 'php-mode #'php-boris)
|
||||
(set-repl-handler! 'php-mode #'php-boris)
|
||||
(set! :lookup 'php-mode :documentation #'php-search-documentation)
|
||||
|
||||
;; ac-php provides custom autocompletion, php-extras provides autocompletion
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue