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

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

[elpa] 81/117: Fix apps-toggle. Apparently the other method was mispecif


From: Matthew Fidler
Subject: [elpa] 81/117: Fix apps-toggle. Apparently the other method was mispecified
Date: Fri, 25 Jul 2014 13:24:25 +0000

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

commit 0efada3260bc5a6f647b22cc41a62263ce54bea8
Author: Matthew L. Fidler <address@hidden>
Date:   Mon Jul 21 19:14:09 2014 -0500

    Fix apps-toggle.  Apparently the other method was mispecified
---
 ergoemacs-themes.el |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/ergoemacs-themes.el b/ergoemacs-themes.el
index 0943311..1d6bd6f 100644
--- a/ergoemacs-themes.el
+++ b/ergoemacs-themes.el
@@ -868,13 +868,14 @@
 (ergoemacs-theme-component apps-toggle ()
   "Toggle States and applications"
   :first-is-variable-reg "<\\(apps\\|menu\\)> i"
-  (global-set-key [apps i c] 'column-number-mode)
-  (global-set-key [apps i d] 'toggle-debug-on-error)
-  (global-set-key [apps i e] 'toggle-debug-on-error)
-  (global-set-key [apps i f] 'auto-fill-mode)
-  (global-set-key [apps i l] 'toggle-truncate-lines)
-  (global-set-key [apps i q] 'toggle-debug-on-quit)
-  (global-set-key [apps i r] 'read-only-mode))
+  (global-set-key (kbd "<apps> i c") 'column-number-mode)
+  (global-set-key (kbd "<apps> i d") 'toggle-debug-on-error)
+  (global-set-key (kbd "<apps> i e") 'toggle-debug-on-error)
+  (global-set-key (kbd "<apps> i f") 'auto-fill-mode)
+  (global-set-key (kbd "<apps> i l") 'toggle-truncate-lines)
+  (global-set-key (kbd "<apps> i q") 'toggle-debug-on-quit)
+  (global-set-key (kbd "<apps> i r") 'read-only-mode)
+  (global-set-key (kbd "<apps> i C-r") 'revert-buffer))
 
 (ergoemacs-theme-component apps-apps ()
   "Applications"



reply via email to

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