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

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

[elpa] 20/35: Make Open Last Closed show Ctl+Shift+T


From: Matthew Fidler
Subject: [elpa] 20/35: Make Open Last Closed show Ctl+Shift+T
Date: Fri, 11 Jul 2014 22:33:27 +0000

mlf176f2 pushed a commit to branch externals/ergoemacs-mode
in repository elpa.

commit bf18595b2fdafc53b8723f6e7680edaa24488f10
Author: Matthew L. Fidler <address@hidden>
Date:   Wed Jul 9 15:24:38 2014 -0500

    Make Open Last Closed show Ctl+Shift+T
---
 ergoemacs-advices.el |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/ergoemacs-advices.el b/ergoemacs-advices.el
index 0750eaf..191e17e 100644
--- a/ergoemacs-advices.el
+++ b/ergoemacs-advices.el
@@ -283,6 +283,14 @@ This assumes any key defined while running a hook is a 
user-defined hook."
                              " Never show it again.")))))
 
 
+(defadvice easy-menu-filter-return (around ergoemacs-easy-menu-filter-return 
activate)
+  "Makes sure that the keys are correct in the menu."
+  (let ((ret (ignore-errors ad-do-it)))
+    (when ergoemacs-mode
+      (ergoemacs-preprocess-menu-keybindings ret))
+    ret))
+
+
 ;;; Unfortunately, the advice route doesn't seem to work for these
 ;;; functions :(
 



reply via email to

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