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