Lispy: Add TODO arround occur

This commit is contained in:
James Nguyen 2018-07-22 13:36:00 -07:00
parent 4ac78d3193
commit ab9afab943
1 changed files with 3 additions and 0 deletions

View File

@ -77,6 +77,9 @@
(lispy-define-key map ">" 'lispy-slurp-or-barf-right) ;; `lispy-slurp'
(lispy-define-key map "<" 'lispy-slurp-or-barf-left) ;; `lispy-barf'
;; FIXME: This doesn't work for me for some reason.
;; `lispy-occur' doesn't show up in evil-collection-lispy-mode-map-special-evil.
;; Evaluating lispy-define-key again in *scratch* works...
(lispy-define-key map "/" 'lispy-occur) ;; `lispy-x' -> q
(lispy-define-key map "r" 'lispy-raise)