summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'init.org')
-rw-r--r--init.org15
1 files changed, 0 insertions, 15 deletions
diff --git a/init.org b/init.org
index 68e56a7..2b78ec4 100644
--- a/init.org
+++ b/init.org
@@ -2852,21 +2852,6 @@
:commands (gnuplot-mode gnuplot-make-buffer)
:init (add-to-list 'auto-mode-alist '("\\.gp$" . gnuplot-mode)))
#+END_SRC
-*** Maps
- #+begin_src emacs-lisp
- (use-package osm
- :ensure t
- :init
- (with-eval-after-load 'org (require 'osm-ol))
- :config
- (transient-define-prefix jao-transient-osm ()
- ["Open Street Maps"
- ("s" "search" osm-search)
- ("g" "goto" osm-goto)
- ("b" "jump to bookmark" osm-bookmark-jump)
- ("t" "server" osm-server)])
- :bind ("C-c M" . #'jao-transient-osm))
- #+end_src
* Network
*** nm applet
#+begin_src emacs-lisp