chiark / gitweb /
Found on mariner (already did .bashrc and .emacs)
[ian-dotfiles.git] / home / emacs / ian-x19.el
index a0a9aed122e655146b45086eb0914f1dd7e38844..25deeab0bb32f5eb4803409b79de04a4b30ab631 100644 (file)
@@ -1,4 +1,4 @@
-; Ian's X, Emacs-19 (and higher) initialisations
+; Ian's X, Emacs-19 initialisations
 
 ;(setq frame-title-format
 ;      '(multiple-frames "%b" ("" invocation-name " : "
@@ -51,8 +51,8 @@
 (global-unset-key [down-C-mouse-3])
 (global-set-key [down-C-mouse-3] 'run-programs-menu)
 
-;(global-set-key [mouse-2] 'mouse-yank-at-click)
-;(global-set-key [mouse-3] 'mouse-save-then-kill)
+(global-set-key [mouse-2] 'mouse-yank-at-click)
+(global-set-key [mouse-3] 'mouse-save-then-kill)
 
 ;(setq interprogram-paste-function
 ;      '(lambda () (x-get-cut-buffer 0)))