dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit d9ca0ffe7b053b0849486a3ec4be6a1e9dcdb673
parent bf4d69da302df1c8de1d51a15502f84b186b894d
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Sat, 10 Sep 2022 20:46:50 +0200

emacs: bring back calfw

Diffstat:
Memacs/config.org | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/emacs/config.org b/emacs/config.org @@ -1033,10 +1033,10 @@ This lets me jump to any position in Emacs rather quickly, sometimes it's useful :custom (calendar-week-start-day 1)) #+end_src -** DISABLED calfw: graphical calendar +** calfw: graphical calendar Basically provides a way to show the org agenda as a standard GUI calendar app would. -#+begin_src emacs-lisp :tangle no +#+begin_src emacs-lisp (use-package calfw :config (use-package calfw-org)