about summary refs log tree commit diff
path: root/emacs/.emacs.d/wpc/wpc-javascript.el
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-08-31T16·20+0100
committerWilliam Carroll <wpcarro@gmail.com>2020-08-31T16·20+0100
commit644e01eb21ee4f0a4c241af42fb2d89c5c97ea2f (patch)
treeb2db29e54ca4be254166ad76537cdb2d12ac2571 /emacs/.emacs.d/wpc/wpc-javascript.el
parentff8277625f43c1354b63333090f72c277c1f43f8 (diff)
Fix fill-column errors
- removing stale comments
- dropping stale KBDs
Diffstat (limited to 'emacs/.emacs.d/wpc/wpc-javascript.el')
-rw-r--r--emacs/.emacs.d/wpc/wpc-javascript.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/emacs/.emacs.d/wpc/wpc-javascript.el b/emacs/.emacs.d/wpc/wpc-javascript.el
index 5520f8817e..0b05dd325a 100644
--- a/emacs/.emacs.d/wpc/wpc-javascript.el
+++ b/emacs/.emacs.d/wpc/wpc-javascript.el
@@ -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