diff options
Diffstat (limited to 'emacs')
-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) |