Lint wpc-lisp.el
Remove dead TODOs that are TODOne along with a few other strange text artifacts.
This commit is contained in:
parent
397174ebd2
commit
1943c2a643
1 changed files with 0 additions and 11 deletions
|
@ -58,8 +58,6 @@
|
||||||
'(c-w
|
'(c-w
|
||||||
operators
|
operators
|
||||||
text-objects
|
text-objects
|
||||||
;; Disabling this because I don't enjoy the way it moves around comments.
|
|
||||||
;; atom-motions
|
|
||||||
prettify
|
prettify
|
||||||
commentary
|
commentary
|
||||||
slurp/barf-cp
|
slurp/barf-cp
|
||||||
|
@ -73,7 +71,6 @@
|
||||||
(general-add-hook wpc/lisp-mode-hooks #'lispyville-mode)
|
(general-add-hook wpc/lisp-mode-hooks #'lispyville-mode)
|
||||||
(lispyville-set-key-theme lispyville-key-themes)
|
(lispyville-set-key-theme lispyville-key-themes)
|
||||||
(progn
|
(progn
|
||||||
;;
|
|
||||||
(general-define-key
|
(general-define-key
|
||||||
:keymaps 'lispyville-mode-map
|
:keymaps 'lispyville-mode-map
|
||||||
:states 'motion
|
:states 'motion
|
||||||
|
@ -87,19 +84,11 @@
|
||||||
"M-j" nil
|
"M-j" nil
|
||||||
"M-k" nil
|
"M-k" nil
|
||||||
;; second rebind
|
;; second rebind
|
||||||
;; TODO: Rebind to something that doesn't conflict with window resizing.
|
|
||||||
"C-s-h" #'lispyville-drag-backward
|
"C-s-h" #'lispyville-drag-backward
|
||||||
"C-s-l" #'lispyville-drag-forward
|
"C-s-l" #'lispyville-drag-forward
|
||||||
"C-s-e" #'lispyville-end-of-defun
|
"C-s-e" #'lispyville-end-of-defun
|
||||||
"C-s-a" #'lispyville-beginning-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
|
;; Elisp
|
||||||
(use-package elisp-slime-nav
|
(use-package elisp-slime-nav
|
||||||
:config
|
:config
|
||||||
|
|
Loading…
Reference in a new issue