Browse Source

Forgot a paren

master
Marcel van der Boom 10 years ago
parent
commit
d1acfa98b7
  1. 2
      twister.el

2
twister.el

@ -82,7 +82,7 @@ in the twister configuration." @@ -82,7 +82,7 @@ in the twister configuration."
(defvar twister-post-mode-map
(let ((map (make-sparse-keymap)))
(define-key map "\C-c\C-c" 'twister-post-buffer)
(define-key map "\C-c\C-k" 'twister-close-post
(define-key map "\C-c\C-k" 'twister-close-post)
map) "Keymap for `twister-post-mode'.")
(define-derived-mode twister-post-mode text-mode "twister-post"

Loading…
Cancel
Save