branch: elpa/pacmacs
commit 54be118510209aa8797825ad3ae366b5c42be2a6
Author: rexim <[email protected]>
Commit: rexim <[email protected]>
Remove pacmacs-game-over-mode (#134)
Not needed anymore
---
pacmacs.el | 5 -----
1 file changed, 5 deletions(-)
diff --git a/pacmacs.el b/pacmacs.el
index d1c59c1a99..0af16cb3f9 100644
--- a/pacmacs.el
+++ b/pacmacs.el
@@ -92,9 +92,6 @@
(setq cursor-type nil)
(setq truncate-lines t))
-(define-derived-mode pacmacs-game-over-mode text-mode "pacmacs-game-over-mode"
- )
-
;;;###autoload
(defun pacmacs-start ()
(interactive)
@@ -566,9 +563,7 @@
(setq pacmacs-game-state 'game-over)
(pacmacs--render-state)
- (pacmacs-game-over-mode)
(read-only-mode 0)
-
(with-current-buffer pacmacs-buffer-name
(goto-char (point-max))