summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2012-04-25 00:19:06 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2012-04-25 00:23:26 +0200
commit6bd70ca86da0a80456a65a3ef8fbbb5cd86e7a46 (patch)
treeb7e8e09401e55b8724c2034a801cf69e7e5b78bd
parent3de999875e706f25d939f9d8322ca967a43dcb90 (diff)
downloaddotfiles-6bd70ca86da0a80456a65a3ef8fbbb5cd86e7a46.tar.gz
dotfiles-6bd70ca86da0a80456a65a3ef8fbbb5cd86e7a46.tar.xz
dotfiles-6bd70ca86da0a80456a65a3ef8fbbb5cd86e7a46.zip
emacs: reorder settings
-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)