2048: Make entry function interactive (whoops)
This commit is contained in:
parent
c0a1ff7be2
commit
d698b12a3b
@ -371,7 +371,8 @@ individually."
|
||||
(setq font-lock-defaults '(2048-highlights)))
|
||||
|
||||
(defun play-2048 ()
|
||||
"Play 2048 in Emacs!"
|
||||
"Play 2048 in Emacs!"
|
||||
(interactive)
|
||||
(switch-to-buffer (get-buffer-create "*2048*"))
|
||||
(2048-mode))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user