diff options
author | 2024-01-31 21:43:13 +0100 | |
---|---|---|
committer | 2024-01-31 21:43:13 +0100 | |
commit | ede62d00dcda087f4610492d7e41f91cf115c7e6 (patch) | |
tree | 69fcafd5fcbb2f544d3b349b61b96bba6006b8d3 /modules/app/osm/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 'modules/app/osm/packages.el')
-rw-r--r-- | modules/app/osm/packages.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/app/osm/packages.el b/modules/app/osm/packages.el new file mode 100644 index 0000000..02f8da5 --- /dev/null +++ b/modules/app/osm/packages.el @@ -0,0 +1,4 @@ +;; -*- no-byte-compile: t; -*- +;;; app/osm/packages.el + +(package! osm :pin "5dffbc00e4acfcddc13677f3b76a65dc3b6aee30") |