diff options
author | 2024-04-29 10:02:36 +0000 | |
---|---|---|
committer | 2024-04-29 10:02:36 +0000 | |
commit | 989aca0bbf4806ecb9adfa795e12cbdfa021c2cd (patch) | |
tree | 08bd814c6b80976d73ca23003a5fcf2a3b443fba /config.el | |
parent | feat(term/eat): set titles (diff) | |
download | doom-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.el | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -77,7 +77,6 @@ (load! "gnus") (load! "lang/go") -(load! "app/osm") (when (modulep! :tools lsp +eglot) (setq! flycheck-disabled-checkers '(eglot)) |