Remove time stamps

I never use them; besides they add noise to git
master
Jacopo De Simoi 8 years ago
parent 149b464683
commit 33db8a50c6
  1. 8
      global.org

@ -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)

Loading…
Cancel
Save