diff options
Diffstat (limited to '.emacs-custom.el')
| -rw-r--r-- | .emacs-custom.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs-custom.el b/.emacs-custom.el index be57bbf..8858242 100644 --- a/.emacs-custom.el +++ b/.emacs-custom.el @@ -7,6 +7,7 @@ '(async-shell-command-buffer 'new-buffer) '(auto-revert-avoid-polling t) '(backup-directory-alist '(("" . "~/.emacs.backup"))) + '(calendar-today-visible-hook '(calendar-mark-today)) '(calendar-week-start-day 1) '(column-number-mode t) '(comint-scroll-show-maximum-output nil) |
