diff options
author | Terin Stock <terinjokes@gmail.com> | 2024-01-31 21:43:13 +0100 |
---|---|---|
committer | Terin Stock <terinjokes@gmail.com> | 2024-01-31 21:43:13 +0100 |
commit | ede62d00dcda087f4610492d7e41f91cf115c7e6 (patch) | |
tree | 69fcafd5fcbb2f544d3b349b61b96bba6006b8d3 /packages.el | |
parent | chore: update config (diff) | |
download | doom-emacs-ede62d00dcda087f4610492d7e41f91cf115c7e6.tar.xz |
convert OSM to module
Migrate the OSM app to a custom Doom module, and pin the osm package to
the latest release. Also update my home location.
Diffstat (limited to 'packages.el')
-rw-r--r-- | packages.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages.el b/packages.el index 8fc8efb..1da298b 100644 --- a/packages.el +++ b/packages.el @@ -2,6 +2,5 @@ ;;; $DOOMDIR/packages.el (package! magit-delta) -(package! osm) (package! ebuild-mode) (package! salt-mode) |