summaryrefslogtreecommitdiff
path: root/.emacs-custom.el
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2020-09-28 19:14:14 +0200
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2020-09-28 19:14:14 +0200
commit8018cce4d1ea00e34f9ed721405664bf803b56ea (patch)
tree1644eaead3d9fdd005f606697433a57861e1f545 /.emacs-custom.el
parent5e93926f172dda15e0f4cddcb3dcfe55b1e426ba (diff)
downloaddotfiles-8018cce4d1ea00e34f9ed721405664bf803b56ea.tar.xz
Mark current day in calendar
Diffstat (limited to '.emacs-custom.el')
-rw-r--r--.emacs-custom.el1
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)