Remove ac-php
This commit is contained in:
parent
4d23e9742c
commit
67a360914d
2 changed files with 1 additions and 9 deletions
|
@ -15,7 +15,7 @@
|
|||
:config
|
||||
(def-repl! php-mode php-boris)
|
||||
(def-docset! php-mode "php,laravel")
|
||||
(def-company-backend! php-mode '(company-ac-php-backend php-extras-company))
|
||||
(def-company-backend! php-mode '(php-extras-company company-yasnippet))
|
||||
|
||||
(map! :map php-mode-map (:localleader :nv ";" 'narf/append-semicolon))
|
||||
|
||||
|
@ -28,13 +28,6 @@
|
|||
(sp-local-pair "<?" "?>" :when '(("RET")) :post-handlers '("||\n[i]"))
|
||||
(sp-local-pair "<?php" "?>" :when '(("RET")) :post-handlers '("||\n[i]"))))
|
||||
|
||||
(use-package ac-php-company
|
||||
:after php-mode
|
||||
:config
|
||||
(map! :map php-mode-map
|
||||
:n "gd" 'ac-php-find-symbol-at-point
|
||||
:n "gD" 'ac-php-location-stack-back))
|
||||
|
||||
(use-package php-extras
|
||||
:after php-mode
|
||||
:config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue