about summary refs log tree commit diff
path: root/emacs/.emacs.d/wpc/wpc-org.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-org.el
parentff8277625f43c1354b63333090f72c277c1f43f8 (diff)
Fix fill-column errors
- removing stale comments
- dropping stale KBDs
Diffstat (limited to 'emacs/.emacs.d/wpc/wpc-org.el')
-rw-r--r--emacs/.emacs.d/wpc/wpc-org.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/emacs/.emacs.d/wpc/wpc-org.el b/emacs/.emacs.d/wpc/wpc-org.el
index eef74266ede7..99ccc3979d45 100644
--- a/emacs/.emacs.d/wpc/wpc-org.el
+++ b/emacs/.emacs.d/wpc/wpc-org.el
@@ -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