diff options
author | 2022-03-15 22:25:32 -0700 | |
---|---|---|
committer | 2022-03-15 22:31:10 -0700 | |
commit | cd01325d9ad20277a3ac7c964ef206a523fab645 (patch) | |
tree | 7500c31be43cf2a1931b9bd1c76be8debbd0ddfb /config.el | |
parent | config(projectile): set automatic search paths (diff) | |
download | doom-emacs-cd01325d9ad20277a3ac7c964ef206a523fab645.tar.xz |
feat: add osm.el
Diffstat (limited to 'config.el')
-rw-r--r-- | config.el | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -71,3 +71,6 @@ (load! "gnus") (load! "lang/go") +(load! "app/osm") + + |