Fix fill-column errors
- removing stale comments - dropping stale KBDs
This commit is contained in:
parent
ff8277625f
commit
644e01eb21
3 changed files with 6 additions and 7 deletions
|
@ -21,7 +21,11 @@
|
|||
|
||||
;; Constants
|
||||
(defconst wpc-javascript--js-hooks
|
||||
'(js-mode-hook web-mode-hook typescript-mode-hook js2-mode-hook rjsx-mode-hook)
|
||||
'(js-mode-hook
|
||||
web-mode-hook
|
||||
typescript-mode-hook
|
||||
js2-mode-hook
|
||||
rjsx-mode-hook)
|
||||
"All of the commonly used hooks for Javascript buffers.")
|
||||
|
||||
(defconst wpc-javascript--frontend-hooks
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue