emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/pacmacs 54be118510 413/472: Remove pacmacs-game-over-mode


From: ELPA Syncer
Subject: [nongnu] elpa/pacmacs 54be118510 413/472: Remove pacmacs-game-over-mode (#134)
Date: Thu, 6 Jan 2022 21:59:44 -0500 (EST)

branch: elpa/pacmacs
commit 54be118510209aa8797825ad3ae366b5c42be2a6
Author: rexim <reximkut@gmail.com>
Commit: rexim <reximkut@gmail.com>

    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))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]