From 8018cce4d1ea00e34f9ed721405664bf803b56ea Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Mon, 28 Sep 2020 19:14:14 +0200 Subject: Mark current day in calendar --- .emacs-custom.el | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.3