equal
deleted
inserted
replaced
126 (when (>= emacs-major-version 22) (tooltip-mode -1)) |
126 (when (>= emacs-major-version 22) (tooltip-mode -1)) |
127 ) |
127 ) |
128 |
128 |
129 (when window-system |
129 (when window-system |
130 ;; Prefer horizontal windows splitting. |
130 ;; Prefer horizontal windows splitting. |
131 (setq split-height-threshold 15) |
131 (setq split-height-threshold nil) |
|
132 (setq split-width-threshold nil) |
132 ) |
133 ) |
133 |
134 |
134 (setq frame-title-format "Emacs - %b") |
135 (setq frame-title-format "Emacs - %b") |
135 |
136 |
136 (setq default-header-line-format nil) |
137 (setq default-header-line-format nil) |