equal
deleted
inserted
replaced
125 (global-set-key [apps] 'my-popup-menu) |
125 (global-set-key [apps] 'my-popup-menu) |
126 (global-set-key [menu] 'my-popup-menu) |
126 (global-set-key [menu] 'my-popup-menu) |
127 (when (>= emacs-major-version 22) (tooltip-mode -1)) |
127 (when (>= emacs-major-version 22) (tooltip-mode -1)) |
128 ) |
128 ) |
129 |
129 |
130 (when (and window-system (>= emacs-major-version 23)) |
130 ;; Prefer horizontal windows splitting. |
131 ;; Prefer horizontal windows splitting. |
131 (setq split-height-threshold nil) |
132 (setq split-height-threshold nil) |
132 (setq split-width-threshold nil) |
133 (setq split-width-threshold nil) |
|
134 ) |
|
135 |
133 |
136 (setq frame-title-format "Emacs - %b") |
134 (setq frame-title-format "Emacs - %b") |
137 |
135 |
138 (setq default-header-line-format nil) |
136 (setq default-header-line-format nil) |
139 ;; (setq default-mode-line-format nil) |
137 ;; (setq default-mode-line-format nil) |