mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-04 22:50:59 -08:00
*** empty log message ***
This commit is contained in:
parent
8e4b71d834
commit
0cc6db578e
1 changed files with 5 additions and 1 deletions
|
|
@ -629,10 +629,14 @@ This returns ARGS with the arguments that have been processed removed."
|
|||
|
||||
(setq screen-creation-function 'x-create-screen)
|
||||
(x-read-resources)
|
||||
(x-pop-initial-window)
|
||||
;(x-pop-initial-window)
|
||||
|
||||
(setq suspend-hook
|
||||
'(lambda ()
|
||||
(error "Suspending an emacs running under X makes no sense")))
|
||||
|
||||
;;; Turn off window-splitting optimization; X is usually fast enough
|
||||
;;; that this is only annoying.
|
||||
(setq split-window-keep-point t)
|
||||
|
||||
(define-key global-map "\C-z" 'iconify-emacs)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue