From 33db8a50c63b7036b6bd1b650b0ce2ba6d6c4e58 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Thu, 22 Mar 2018 23:40:57 -0400 Subject: [PATCH] Remove time stamps I never use them; besides they add noise to git --- global.org | 8 -------- 1 file changed, 8 deletions(-) diff --git a/global.org b/global.org index 684dab1..9844e49 100644 --- a/global.org +++ b/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)