jakebox/jake-emacs

Mistake in dolist?

Closed this issue · 1 comments

(dolist (mode '(help-mode-map
                  calendar-mode-map
                  (evil-define-key 'motion mode "q" 'kill-this-buffer))))

A right parens is missing after calendar-mode-map. Or am I reading it wrong?

No, you're right. I have since removed this function, it wasn't quite working (unrelated to the missing parenthesis).

It's commented out here.

(evil-define-key 'motion help-mode-map "q" 'kill-this-buffer)

Nice catch. I might return to this later.