From 41185adef376f68dac611db3d72003c7e9f7f230 Mon Sep 17 00:00:00 2001 From: Bobby Bingham Date: Sun, 3 May 2020 22:24:16 -0500 Subject: emacs: add calfw --- emacs/.emacs.d/init.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'emacs/.emacs.d/init.el') diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index 644fd58..c50b946 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -56,6 +56,9 @@ (org-super-agenda-mode 1) (load-file "~/.emacs.d/org-mode.el")) +(use-package calfw-org + :demand t) + ;; --- PROJECTS --- (use-package projectile :demand t -- cgit v1.2.3