summary refs log tree commit diff
path: root/emacs/init.el
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-05-31 19:28:54 -0700
committerFranck Cuny <franck@fcuny.net>2022-05-31 19:28:54 -0700
commit6c3212c7362245a329cbf16bafabb7f4a1f9f3de (patch)
treee2259b0369d5a9f4e92f83faa321275fa443bef8 /emacs/init.el
parentfix(prog): add support for workspace module to gopls (diff)
downloademacs.d-6c3212c7362245a329cbf16bafabb7f4a1f9f3de.tar.gz
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).
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el1
1 files changed, 1 insertions, 0 deletions
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