diff options
Diffstat (limited to '.emacs.pure')
| -rw-r--r-- | .emacs.pure | 3 |
1 files changed, 3 insertions, 0 deletions
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) |
