summary refs log tree commit diff
diff options
context:
space:
mode:
authorTerin Stock <terinjokes@gmail.com>2024-04-29 10:02:36 +0000
committerTerin Stock <terinjokes@gmail.com>2024-04-29 10:02:36 +0000
commit989aca0bbf4806ecb9adfa795e12cbdfa021c2cd (patch)
tree08bd814c6b80976d73ca23003a5fcf2a3b443fba
parentacebf76b5b6088358d64d6dfa8f020bfd87e353a (diff)
remove obsolete OSM import HEAD trunk
When OSM was converted to a module, this import was mistakenly left
behind, which causes errors at startup.

Fixes: ede62d00dc ("convert OSM to module")
-rw-r--r--config.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.el b/config.el
index be6f37f..046af0b 100644
--- a/config.el
+++ b/config.el
@@ -77,7 +77,6 @@
 
 (load! "gnus")
 (load! "lang/go")
-(load! "app/osm")
 
 (when (modulep! :tools lsp +eglot)
   (setq! flycheck-disabled-checkers '(eglot))