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

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

[elpa] 51/117: Fix F8 map


From: Matthew Fidler
Subject: [elpa] 51/117: Fix F8 map
Date: Fri, 25 Jul 2014 13:24:11 +0000

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

commit da4ff1591b18e4ac240ba0ce91dfd51e655dbe8f
Author: Matthew L. Fidler <address@hidden>
Date:   Thu Jul 17 08:42:03 2014 -0500

    Fix F8 map
---
 ergoemacs-themes.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ergoemacs-themes.el b/ergoemacs-themes.el
index ddffe36..3f11b44 100644
--- a/ergoemacs-themes.el
+++ b/ergoemacs-themes.el
@@ -415,9 +415,9 @@
   (global-set-key (kbd "<f12>") 'next-line)
   (global-set-key (kbd "<f3>") 'ergoemacs-copy-line-or-region)
   (global-set-key (kbd "<f6>") 'ergoemacs-unchorded-alt-modal)
+  (global-set-key (kbd "<f8>") 'search-map)
   (global-set-key (kbd "<f8> <f8>") 'highlight-symbol-at-point)
   (global-set-key (kbd "<f8> <f9>") 'highlight-symbol-query-replace)
-  (global-set-key (kbd "<f8>") 'search-map)
   (global-set-key (kbd "<f2>") 'ergoemacs-cut-line-or-region)
   (global-set-key (kbd "<f4>") 'ergoemacs-paste)
   ;; Mode Specific Changes



reply via email to

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