Add osm.el
This commit is contained in:
parent
292456c021
commit
8fa915d0ad
1 changed files with 8 additions and 0 deletions
8
init.el
8
init.el
|
@ -959,6 +959,14 @@
|
|||
(("C-c e" . hledger-jentry)
|
||||
("C-c j" . hledger-run-command)))
|
||||
|
||||
(use-package osm
|
||||
:straight t
|
||||
:bind ("C-c m" . osm-prefix-map) ;; Alternatives: `osm-home' or `osm'
|
||||
:custom
|
||||
(osm-server 'default) ;; Configure the tile server
|
||||
(osm-copyright nil) ;; Display the copyright information
|
||||
(osm-home '(48.853495 2.348391 12)))
|
||||
|
||||
(use-package eat
|
||||
:straight (:type git :host codeberg :repo "akib/emacs-eat"
|
||||
:files ("*.el" ("term" "term/*.el") "*.texi"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue