Fix fill-column errors

- removing stale comments
- dropping stale KBDs
This commit is contained in:
William Carroll 2020-08-31 17:20:04 +01:00
parent ff8277625f
commit 644e01eb21
3 changed files with 6 additions and 7 deletions

View file

@ -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