dotfiles

🎜 Clone'em, tweak'em, stick'em in your $HOME 🎝
git clone https://git.kevinlegouguec.net/dotfiles
Log | Files | Refs | README

commit 013e38985db1d093c5c8c9af1c1cc3380b9bbdd9
parent 7e9e8be2ee5f6ce0097b2779d5a2a61c69410d70
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Sun, 24 Mar 2024 13:15:17 +0100

Tweak commentary

Not sure why I thought this cross-reference "format" was a good idea.
Perhaps because it works even if 'calendar' is not loaded?  OTOH C-x
C-e vomits the docstring to the echo area, so meh.

Diffstat:
M.emacs | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.emacs b/.emacs @@ -464,7 +464,7 @@ list and require no escaping." (add-hook 'c-mode-common-hook 'my/c-modes-hook) (defun my/calendar-iso-week (year month day) - ;; NIH version of (describe-variable 'calendar-intermonth-text). + ;; NIH version of `calendar-intermonth-text''s serving suggestion. (propertize (format-time-string "%V" (encode-time (list 0 0 0 day month year))) 'font-lock-face 'eighters-date))