commit 8018cce4d1ea00e34f9ed721405664bf803b56ea
parent 5e93926f172dda15e0f4cddcb3dcfe55b1e426ba
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date: Mon, 28 Sep 2020 19:14:14 +0200
Mark current day in calendar
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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)