summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimeon Simeonov2025-06-03 05:39:59 +0200
committerSimeon Simeonov2025-06-03 05:39:59 +0200
commit4ccca9a08a613417baf81a55e1b33292cd869b63 (patch)
tree10a1c8bcff59883998de77a9a24ceb525297d588
parent6e68f800d23cfad6223b2666f427d09d2868b255 (diff)
Update emacs config (calendar display)
-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)