X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/68b2e9e629557d2e5c4ae227fbec038e2839d09c..69498691f984c0d5673eddcd87d908d390470466:/dot/emacs diff --git a/dot/emacs b/dot/emacs index c53cdaa..729c6f7 100644 --- a/dot/emacs +++ b/dot/emacs @@ -347,6 +347,9 @@ ;; Cosmetic stuff. +(setq calendar-view-diary-initially-flag t + calendar-view-holidays-initially-flag t) + (setq display-time-24hr-format t) (display-time) (column-number-mode 1) @@ -770,7 +773,9 @@ (setq shell-prompt-pattern "^[^]#$%>»}\n]*\\([]#$%»}]\\|>>?\\) *") (setq comint-password-prompt-regexp (concat "\\(\\([Ee]nter \\|[Oo]ld \\|[Nn]ew \\|[a-zA-Z0-9_]*'s \\|^\\)" - "[Pp]assword\\|pass phrase\\):")) + "[Pp]assword\\|pass phrase\\):") + comint-file-name-chars "~/A-Za-z0-9+@:_.$#%,={}-" + shell-file-name-chars comint-file-name-chars) ;; Notice passwords, and make C-a work right.