diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2012-04-25 00:19:06 +0200 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2012-04-25 00:23:26 +0200 |
commit | 6bd70ca86da0a80456a65a3ef8fbbb5cd86e7a46 (patch) | |
tree | b7e8e09401e55b8724c2034a801cf69e7e5b78bd /emacs | |
parent | 3de999875e706f25d939f9d8322ca967a43dcb90 (diff) | |
download | dotfiles-6bd70ca86da0a80456a65a3ef8fbbb5cd86e7a46.tar.gz dotfiles-6bd70ca86da0a80456a65a3ef8fbbb5cd86e7a46.tar.xz dotfiles-6bd70ca86da0a80456a65a3ef8fbbb5cd86e7a46.zip |
emacs: reorder settings
Diffstat (limited to '')
-rw-r--r-- | emacs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |