mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-07 12:47:30 -05:00
narf/append-semicolon in normal and visual modes
This commit is contained in:
@ -22,7 +22,7 @@
|
||||
|
||||
(map! :map js2-mode-map
|
||||
(:localleader
|
||||
:n ";" 'narf/append-semicolon))
|
||||
:nv ";" 'narf/append-semicolon))
|
||||
|
||||
(after! web-beautify
|
||||
(add-hook! js2-mode (setenv "jsbeautify_indent_size" "4"))
|
||||
|
Reference in New Issue
Block a user