From 6bd70ca86da0a80456a65a3ef8fbbb5cd86e7a46 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Wed, 25 Apr 2012 00:19:06 +0200 Subject: emacs: reorder settings --- emacs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs') 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) -- cgit v1.2.3