summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.emacs3
-rw-r--r--.emacs.pure3
2 files changed, 6 insertions, 0 deletions
diff --git a/.emacs b/.emacs
index 0297b09..49e2d9c 100644
--- a/.emacs
+++ b/.emacs
@@ -78,6 +78,9 @@
78 (propertize "Wnr" ; or e.g. "KW" in Germany 78 (propertize "Wnr" ; or e.g. "KW" in Germany
79 'font-lock-face 'font-lock-keyword-face)) 79 'font-lock-face 'font-lock-keyword-face))
80 80
81(add-hook 'calendar-load-hook
82 (lambda ()
83 (calendar-set-date-style 'european)))
81 84
82;; sunrise / sunset 85;; sunrise / sunset
83;; (setq calendar-latitude 59.98765) 86;; (setq calendar-latitude 59.98765)
diff --git a/.emacs.pure b/.emacs.pure
index a4d0a17..46acbfe 100644
--- a/.emacs.pure
+++ b/.emacs.pure
@@ -78,6 +78,9 @@
78 (propertize "Wnr" ; or e.g. "KW" in Germany 78 (propertize "Wnr" ; or e.g. "KW" in Germany
79 'font-lock-face 'font-lock-keyword-face)) 79 'font-lock-face 'font-lock-keyword-face))
80 80
81(add-hook 'calendar-load-hook
82 (lambda ()
83 (calendar-set-date-style 'european)))
81 84
82;; sunrise / sunset 85;; sunrise / sunset
83;; (setq calendar-latitude 59.98765) 86;; (setq calendar-latitude 59.98765)