summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--emacs2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs b/emacs
index cfb6c13..7d8aa73 100644
--- a/emacs
+++ b/emacs
@@ -17,7 +17,6 @@
(color-theme-alex-console)
(color-theme-alex))
-(global-set-key [mouse-3] 'imenu)
;; define F1 to display man page of the current word
(global-set-key [(f1)] (lambda () (interactive) (manual-entry (current-word))))
@@ -35,6 +34,7 @@
(set-selection-coding-system 'utf-8)
(prefer-coding-system 'utf-8)
+(global-set-key [mouse-3] 'imenu)
;; fix keys for urxvt
(if (not window-system)