From 6c3212c7362245a329cbf16bafabb7f4a1f9f3de Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 31 May 2022 19:28:54 -0700 Subject: feat(cheeseboard): module to get the list of pizzas from cheeseboard To see which pizzas are available this week at cheeseboard within Emacs is a dream come true. What's better than "M-x my/cheeseboard-menu" ?! This displays in a buffer the list of pizzas for the week. It includes the ingredients for the pizza, and hours of operation for that day (since the hours depending on the day of the week). --- emacs/init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs/init.el') diff --git a/emacs/init.el b/emacs/init.el index 399aab1..5256c39 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -101,6 +101,7 @@ Missing packages are installed automatically." (require 'my-web) (require 'my-work) (require 'my-uptime) +(require 'my-cheeseboard) (require 'my-packages-extra) ;;; init.el ends here -- cgit 1.4.1