Skip to content

Commit

Permalink
tweak(tools): make osm obsolete
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed May 15, 2024
1 parent 96d917d commit da908cb
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
3 changes: 0 additions & 3 deletions modules/me-tools.el
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,6 @@
;; Ensure loading envrc for babel source blocks
(advice-add #'org-babel-execute-src-block :around #'envrc-propagate-environment))

(use-package osm
:straight t)

(use-package verb
:straight t)

Expand Down
17 changes: 17 additions & 0 deletions modules/obsolete/me-osm.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
;;; me-osm.el --- Open Street Map -*- lexical-binding: t; -*-

;; Copyright (C) 2022-2024 Abdelhak Bougouffa

;; Author: Abdelhak Bougouffa (rot13 "nobhtbhssn@srqbencebwrpg.bet")

;;; Commentary:

;;; Code:

(use-package osm
:straight t)


(provide 'obsolete/me-osm)

;;; me-osm.el ends here

0 comments on commit da908cb

Please sign in to comment.