diff options
Diffstat (limited to '.emacs')
| -rw-r--r-- | .emacs | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -105,6 +105,9 @@ | |||
| 105 | (setq split-height-threshold nil) | 105 | (setq split-height-threshold nil) |
| 106 | (setq split-width-threshold 160) | 106 | (setq split-width-threshold 160) |
| 107 | 107 | ||
| 108 | ;; disable terminal mouse by default | ||
| 109 | (xterm-mouse-mode -1) | ||
| 110 | |||
| 108 | 111 | ||
| 109 | ;; Programming section | 112 | ;; Programming section |
| 110 | 113 | ||
