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

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

[elpa] externals/ergoemacs-mode d198bd3 149/325: Delete dead code


From: Stefan Monnier
Subject: [elpa] externals/ergoemacs-mode d198bd3 149/325: Delete dead code
Date: Sat, 23 Oct 2021 18:48:41 -0400 (EDT)

branch: externals/ergoemacs-mode
commit d198bd3b21ba947f3a8ec1c82926568bd3d649db
Author: Walter Landry <wlandry@caltech.edu>
Commit: Walter Landry <wlandry@caltech.edu>

    Delete dead code
---
 ergoemacs-mode.el | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/ergoemacs-mode.el b/ergoemacs-mode.el
index f27994d..da56d9f 100644
--- a/ergoemacs-mode.el
+++ b/ergoemacs-mode.el
@@ -293,10 +293,6 @@ The `execute-extended-command' is now 
\\[execute-extended-command].
             (push elt ergoemacs-mode--default-frame-alist))
           (ergoemacs-install-standard-theme)
           (run-hooks 'ergoemacs-mode-startup-hook)
-          ;; (add-hook 'pre-command-hook #'ergoemacs-pre-command-hook)
-          ;; (add-hook 'post-command-hook #'ergoemacs-post-command-hook)
-          ;; (add-hook 'after-load-functions #'ergoemacs-after-load-functions)
-          ;; (add-hook 'after-load-functions 
#'ergoemacs-mode-after-startup-run-load-hooks)
 
           (setq ergoemacs-require--ini-p t)
           (ergoemacs-setup-override-keymap)                       
@@ -311,9 +307,6 @@ The `execute-extended-command' is now 
\\[execute-extended-command].
         (modify-all-frames-parameters (list (cons 'cursor-type 'box))))
       (setq ergoemacs-mode--default-frame-alist nil)
       (run-hooks 'ergoemacs-mode-shutdown-hook)
-      ;; (remove-hook 'post-command-hook #'ergoemacs-post-command-hook)
-      ;; (remove-hook 'pre-command-hook #'ergoemacs-pre-command-hook)
-      ;; (remove-hook 'after-load-functions #'ergoemacs-after-load-functions)
       (unless refresh-p
         (message "Ergoemacs-mode turned OFF.")
         )



reply via email to

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