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

@ -157,8 +157,7 @@
;; Workspaces
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(:key ,(kbd/raw 'workspace "l") :fn window-manager-logout)
(:key ,(kbd/raw 'workspace "i") :fn window-manager-toggle-mode))))
(:key ,(kbd/raw 'workspace "l") :fn window-manager-logout))))
(setq exwm-input-global-keys
(->> kbds
(-map (lambda (plist)

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

View file

@ -28,10 +28,6 @@
(disable company-mode)))
(setq org-startup-folded nil)
(setq org-todo-keywords '((sequence "TODO" "BLOCKED" "DONE")))
;; TODO: troubleshoot why `wpc/kbds-minor-mode', `wpc/ensure-kbds' aren't
;; enough to override the following KBDs. See this discussion for more context
;; on where the idea came from:
;; https://stackoverflow.com/questions/683425/globally-override-key-binding-in-emacs
(general-unbind 'normal org-mode-map "M-h" "M-j" "M-k" "M-l"))
(use-package org-bullets