X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/3838aad3e4fbe2e3bed2b9dc086466b478c0fcdc..0630988acc7864483d8f6ed96f0ff1971ddb4db6:/dot/emacs diff --git a/dot/emacs b/dot/emacs index fa934aa..ff4843f 100644 --- a/dot/emacs +++ b/dot/emacs @@ -177,6 +177,11 @@ (setq calc-settings-file "~/.emacs-calc") (load calc-settings-file) +;; Saving window-configuration state. + +(or mdw-fast-startup + (winner-mode 1)) + ;; Some mail and news configuration. (setq mail-from-style 'angles @@ -720,6 +725,8 @@ (global-set-key [?\C-c ?w ?j] 'windmove-down) (global-set-key [?\C-c ?w ?k] 'windmove-up) (global-set-key [?\C-c ?w ?l] 'windmove-right) + (global-set-key [?\C-c ?w ?r] 'winner-redo) + (global-set-key [?\C-c ?w ?u] 'winner-undo) (global-set-key [?\C-c ?w ?w] 'mdw-set-frame-width) (global-set-key [?\C-c ?w up] 'windmove-up) (global-set-key [?\C-c ?w down] 'windmove-down)