about summary refs log tree commit diff
path: root/configs/shared/.emacs.d/wpc/packages/wpc-lisp.el
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-01-22T21·10+0000
committerWilliam Carroll <wpcarro@gmail.com>2020-01-22T21·13+0000
commit1943c2a643137944fbfe9454d4a16f4bbac4f95d (patch)
tree06d2b34349a59a72316b97e74b2bbcf90f43f739 /configs/shared/.emacs.d/wpc/packages/wpc-lisp.el
parent397174ebd2d1e94501ad66d6fade9de18db44371 (diff)
Lint wpc-lisp.el
Remove dead TODOs that are TODOne along with a few other strange text
artifacts.
Diffstat (limited to 'configs/shared/.emacs.d/wpc/packages/wpc-lisp.el')
-rw-r--r--configs/shared/.emacs.d/wpc/packages/wpc-lisp.el11
1 files changed, 0 insertions, 11 deletions
diff --git a/configs/shared/.emacs.d/wpc/packages/wpc-lisp.el b/configs/shared/.emacs.d/wpc/packages/wpc-lisp.el
index 1fe51e20d43b..6d75488ac156 100644
--- a/configs/shared/.emacs.d/wpc/packages/wpc-lisp.el
+++ b/configs/shared/.emacs.d/wpc/packages/wpc-lisp.el
@@ -58,8 +58,6 @@
     '(c-w
       operators
       text-objects
-      ;; Disabling this because I don't enjoy the way it moves around comments.
-      ;; atom-motions
       prettify
       commentary
       slurp/barf-cp
@@ -73,7 +71,6 @@
   (general-add-hook wpc/lisp-mode-hooks #'lispyville-mode)
   (lispyville-set-key-theme lispyville-key-themes)
   (progn
-    ;;
     (general-define-key
      :keymaps 'lispyville-mode-map
      :states 'motion
@@ -87,19 +84,11 @@
      "M-j" nil
      "M-k" nil
      ;; second rebind
-     ;; TODO: Rebind to something that doesn't conflict with window resizing.
      "C-s-h" #'lispyville-drag-backward
      "C-s-l" #'lispyville-drag-forward
      "C-s-e" #'lispyville-end-of-defun
      "C-s-a" #'lispyville-beginning-of-defun)))
 
-;; deletes all bindings of f->kbd
-;; binds kbd->
-;; (kbd/bind-function->key
-;;  :keymap 'lispyville-mode-map
-;;  :states 'motion
-;;  #'lispyville-drag-backward "H")
-
 ;; Elisp
 (use-package elisp-slime-nav
   :config