Commit graph

12 commits

Author SHA1 Message Date
Evie Litherland-Smith 636ebd2a1c Experimenting with gnus-icalendar functions for ics2org.el 2024-07-16 18:03:47 +01:00
Evie Litherland-Smith 24b36c5de1 Move package config into init.el, remove install.el / Makefile / my-packages.el
Rename lib/mu4e-custom.el -> modules/my-mu4e.el
2024-07-14 11:57:13 +01:00
Evie Litherland-Smith f0e91ff6fa Cleanup some packages
Remove treemacs, pass, elfeed-tube, latex extension packages
2024-07-11 16:35:51 +01:00
Evie Litherland-Smith 22cde2f515 mu4e: fix contact completion, enable eldoc support for view mode 2024-07-11 16:35:32 +01:00
Evie Litherland-Smith 0e8fe58c43 Swap diminish package for minions 2024-07-11 10:22:20 +01:00
Evie Litherland-Smith 1901d2e151 Add org-roam back to my-packages.el
Switched to only installing emacsql-sqlite by nix, not all of org-roam
2024-07-06 07:09:04 +01:00
Evie Litherland-Smith c51d11ed9e Remove org-roam from packages, handled by OS 2024-07-05 12:25:31 +01:00
Evie Litherland-Smith f852e0bc32 Remove mu4e from package list, handled by OS instead 2024-07-05 08:25:03 +01:00
Evie Litherland-Smith 20fee03fa0 Move package list to my-packages.el (was package-config.el)
Package list now accessible from running Emacs as well as installed
Makefile directive.
2024-07-05 06:17:25 +01:00
Evie Litherland-Smith d0ff09ffb7 Revert moving events to diary.gpg
Moved back to using org for diary/calendar events, so reverted
associated changes
2024-07-01 13:30:08 +01:00
Evie Litherland-Smith 46fd634650 Separate email-invited events, move others into diary.gpg 2024-06-29 14:13:50 +01:00
Evie Litherland-Smith 2f0ebbf9b4 Add initial version of ics2org function
Function parses an ICS file and returns formatted as an Org event,
currently just prints to standard out, but will modify to insert to
current buffer / buffer of choosing

Move a couple of extra functions into lib directory with ics2org, to
be a bit more organised
2024-06-24 11:25:41 +01:00