minad/osm

What is osm-ol? I am getting an error related to it

Closed this issue · 3 comments

messages
Error (use-package): osm/:init: Cannot open load file: No such file or directory, osm-ol

It has been integrated into osm.el. See the updated configuration: https://github.com/minad/osm#configuration

It has been integrated into osm.el. See the updated configuration: https://github.com/minad/osm#configuration

OK. I have deleted the package and installed again through MELPA, but the error persists...
What should I do then? Thx.

This is my config:

;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;; osm

(use-package osm
:ensure t
:custom
;; Take a look at the customization group `osm' for more options.
(osm-server 'default) ;; Configure the tile server
:init
;; Load Org link support
(with-eval-after-load 'org
(require 'osm-ol));;
);;

(setq osm-copyright t)

;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

The (require 'osm-ol) should be removed from your configuration.