From f236e6cb9b9970840a47c2c7ad4ec2134da167d1 Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 3 Jun 2022 21:47:22 +0100 Subject: attic --- init.org | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'init.org') 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 -- cgit v1.2.3