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
|
@ -17,6 +17,10 @@
|
|||
;; Launchbar API
|
||||
"LaunchBar" "File" "Action" "HTTP" "include" "Lib"))
|
||||
|
||||
(map! :map js2-mode-map
|
||||
(:localleader
|
||||
:n ";" 'narf/append-semicolon))
|
||||
|
||||
(after! web-beautify
|
||||
(add-hook! js2-mode (setenv "jsbeautify_indent_size" "4"))
|
||||
(map! :map js2-mode-map :m "gQ" 'web-beautify-js))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue