Add '\;' append-semicolon command to php, js and scss
This commit is contained in:
parent
4e5bc942c8
commit
ddcbe73e98
3 changed files with 10 additions and 0 deletions
|
@ -13,6 +13,10 @@
|
|||
(require 'php-extras)
|
||||
(defun php-extras-company-setup ()) ;; company will set up itself
|
||||
|
||||
(map! :map php-mode-map
|
||||
(:localleader
|
||||
:n ";" 'narf/append-semicolon))
|
||||
|
||||
;; Generate php-extras documentation and completion asynchronously
|
||||
(unless (file-exists-p (concat php-extras-eldoc-functions-file ".el"))
|
||||
(async-start `(lambda ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue