From 69f2f10b41a399d45ca7f0d3e96174fa606b7e88 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Wed, 16 Oct 2024 16:48:47 +0100 Subject: Evil collection for calendar --- Emacs/.config/emacs/config.org | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Emacs/.config') diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index 3ed8039..ddb6e57 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -1615,6 +1615,8 @@ to the kill ring and bind it to "Y". (app-leader "d" #'calendar) :config + (with-eval-after-load "evil-collection" + (evil-collection-calendar-setup)) (defun +calendar/copy-date () "Copy date under cursor into kill ring." (interactive) -- cgit v1.2.3-13-gbd6f