summaryrefslogtreecommitdiff
path: root/config.el
diff options
context:
space:
mode:
authorLibravatar Terin Stock <terinjokes@gmail.com>2024-04-29 10:02:36 +0000
committerLibravatar Terin Stock <terinjokes@gmail.com>2024-04-29 10:02:36 +0000
commit989aca0bbf4806ecb9adfa795e12cbdfa021c2cd (patch)
tree08bd814c6b80976d73ca23003a5fcf2a3b443fba /config.el
parentfeat(term/eat): set titles (diff)
downloaddoom-emacs-989aca0bbf4806ecb9adfa795e12cbdfa021c2cd.tar.xz
remove obsolete OSM import
When OSM was converted to a module, this import was mistakenly left behind, which causes errors at startup. Fixes: ede62d00dc ("convert OSM to module")
Diffstat (limited to 'config.el')
-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))