diff options
| author | Simeon Simeonov | 2025-06-03 05:39:59 +0200 |
|---|---|---|
| committer | Simeon Simeonov | 2025-06-03 05:39:59 +0200 |
| commit | 4ccca9a08a613417baf81a55e1b33292cd869b63 (patch) | |
| tree | 10a1c8bcff59883998de77a9a24ceb525297d588 | |
| parent | 6e68f800d23cfad6223b2666f427d09d2868b255 (diff) | |
Update emacs config (calendar display)
| -rw-r--r-- | .emacs | 3 | ||||
| -rw-r--r-- | .emacs.pure | 3 |
2 files changed, 6 insertions, 0 deletions
| @@ -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) |
