diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2020-09-28 19:14:14 +0200 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2020-09-28 19:14:14 +0200 |
| commit | 8018cce4d1ea00e34f9ed721405664bf803b56ea (patch) | |
| tree | 1644eaead3d9fdd005f606697433a57861e1f545 /.emacs-custom.el | |
| parent | 5e93926f172dda15e0f4cddcb3dcfe55b1e426ba (diff) | |
| download | dotfiles-8018cce4d1ea00e34f9ed721405664bf803b56ea.tar.xz | |
Mark current day in calendar
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) |
