X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/8dcbf9687ae1e80bae3d8ce434e86cba0442d6bd..2b0e0a9e21db6723de20170ff91019b32559341f:/dot/emacs diff --git a/dot/emacs b/dot/emacs index 4bf9ae9..86489e8 100644 --- a/dot/emacs +++ b/dot/emacs @@ -172,7 +172,7 @@ mail-signature t mail-yank-prefix "> " mail-archive-file-name nil - message-default-mail-headers "" + message-default-mail-headers "X-Auto-Response-Suppress: DR, RN, NRN, OOF\n" message-default-news-headers "" compose-mail-user-agent-warnings nil) @@ -351,6 +351,8 @@ (setq default-indicate-empty-lines t) (setq view-read-only t) (setq-default view-exit-action #'kill-buffer) +(and window-system (not mdw-fast-startup) + (setq confirm-kill-emacs #'yes-or-no-p)) (setq whitespace-style '(trailing empty indentation face lines-tail space-before-tab space-after-tab) whitespace-line-column mdw-text-width) @@ -646,10 +648,10 @@ (global-set-key [?\C-c ?t ?w] 'timeclock-workday-remaining-string) (global-set-key [?\C-c ?t ?s] 'timeclock-status-string) (global-set-key [?\C-c ?m ?m] 'magit-status) + (global-set-key [?\C-c ?m ?b] 'magit-blame) (global-set-key [?\C-c ?m ?d] 'magit-dispatch-popup) - (global-set-key [?\C-c ?m ?w] 'magit-wip-log) (global-set-key [?\C-c ?m ?r] 'magit-list-repositories) - (global-set-key [?\C-c ?m ?b] 'magit-blame) + (global-set-key [?\C-c ?m ?w] 'magit-wip-log) (global-set-key [?\C-c ?p ?p] 'mdw-mpc-play-or-pause) (global-set-key [?\C-c ?p ?s] 'mdw-mpc-stop) (global-set-key [?\C-c ?p ?<] 'mdw-mpc-prev) @@ -667,6 +669,7 @@ (global-set-key [?\M-#] 'calc-dispatch) (global-set-key [?\C-x ?/] 'auto-fill-mode) (global-set-key [?\C-c ?w ?d] 'mdw-divvy-window) + (global-set-key [?\C-c ?w ?w] 'mdw-set-frame-width) (global-set-key [insertchar] 'overwrite-mode) (global-set-key [?\C-x ?\C-n] 'skel-create-file) (global-set-key [?\C-x ?4 ?n] 'skel-create-file-other-window)