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

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

[elpa] externals/ergoemacs-mode a75a338 07/87: Add ergoemacs start prefi


From: Stefan Monnier
Subject: [elpa] externals/ergoemacs-mode a75a338 07/87: Add ergoemacs start prefix correctly
Date: Wed, 14 Apr 2021 18:46:57 -0400 (EDT)

branch: externals/ergoemacs-mode
commit a75a33852e375d8919fa1cc8c3ad52634a783293
Author: Fidler <matthew.fidler@gmail.com>
Commit: Fidler <matthew.fidler@gmail.com>

    Add ergoemacs start prefix correctly
---
 ergoemacs-command-loop.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/ergoemacs-command-loop.el b/ergoemacs-command-loop.el
index 5aa9301..5f3ee1d 100644
--- a/ergoemacs-command-loop.el
+++ b/ergoemacs-command-loop.el
@@ -1150,7 +1150,9 @@ is the :full command loop."
          ergoemacs-command-loop--single-command-keys 
(this-single-command-keys))
     (ergoemacs-command-loop ergoemacs-command-loop--single-command-keys)))
 
-(add-hook 'ergoemacs-mode-startup-hook 
#'ergoemacs-command-loop--start-for-prefix)
+(add-hook 'ergoemacs-mode-startup-hook #'ergoemacs-command-loop--prefix-timer)
+(add-hook 'ergoemacs-mode-shutdown-hook 
#'ergoemacs-command-loop--stop-prefix-timer)
+
 
 (defun ergoemacs-command-loop--start-with-pre-command-hook ()
   "Start ergoemacs command loop.



reply via email to

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