|
|
|
|
@ -467,14 +467,6 @@ |
|
|
|
|
(require 'expand-region) |
|
|
|
|
(global-set-key (kbd "C-=") 'er/expand-region) |
|
|
|
|
|
|
|
|
|
;; * Time stamps |
|
|
|
|
;; write |
|
|
|
|
;; Time-stamp: <> |
|
|
|
|
;; in your file and save it to see time stamps at work. |
|
|
|
|
;; Other time stamp format: "%a %b %e, %Y %l:%M %p" |
|
|
|
|
(add-hook 'write-file-hooks 'time-stamp) |
|
|
|
|
(setq time-stamp-active t) |
|
|
|
|
(setq time-stamp-format "%:a %02d %:b %:y, %02H:%02M:%02S, %u") |
|
|
|
|
(setq european-calendar-style 't) |
|
|
|
|
;; first day of the week is monday instead of sunday: |
|
|
|
|
(setq calendar--week--start--day 1) |
|
|
|
|
|