narf/append-semicolon in normal and visual modes

This commit is contained in:
Henrik Lissner 2016-04-08 14:03:21 -04:00
parent c11d28ad2e
commit ce6955c176
3 changed files with 3 additions and 3 deletions

View file

@ -15,7 +15,7 @@
(map! :map php-mode-map
(:localleader
:n ";" 'narf/append-semicolon))
:nv ";" 'narf/append-semicolon))
;; Generate php-extras documentation and completion asynchronously
(unless (file-exists-p (concat php-extras-eldoc-functions-file ".el"))