Add TODO in comment

This commit is contained in:
syl20bnr 2015-11-22 22:29:59 -05:00
parent c4eb1224d8
commit 589ccded17

View file

@ -588,7 +588,8 @@
(defun spacemacs/init-evil-lisp-state ()
(use-package evil-lisp-state
:init (setq evil-lisp-state-global t
;; work-around to be removed when the fix is available in MELPA
;; TODO work-around to be removed when the fix is available in
;; MELPA
evil-lisp-state-leader (concat dotspacemacs-leader-key " k"))
:config (evil-lisp-state-leader (concat dotspacemacs-leader-key " k"))))