emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/osm 640c885460 48/77: README: Add example configuration


From: ELPA Syncer
Subject: [elpa] externals/osm 640c885460 48/77: README: Add example configuration
Date: Mon, 7 Mar 2022 08:58:07 -0500 (EST)

branch: externals/osm
commit 640c885460d9b753410b68d59ff33ad753524a74
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    README: Add example configuration
---
 README.org | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/README.org b/README.org
index 1f41d9d00c..937484866d 100644
--- a/README.org
+++ b/README.org
@@ -23,6 +23,20 @@
 - Bookmarks
 - Multiple preconfigured servers
 
+* Configuration
+
+#+begin_src emacs-lisp
+  (use-package osm
+    :bind (("C-c m h" . osm-home)
+           ("C-c m s" . osm-search)
+           ("C-c m S" . osm-server)
+           ("C-c m g" . osm-goto))
+    :init
+    ;; Load Org link support
+    (with-eval-after-load 'org
+      (require 'osm-ol)))
+#+end_src
+
 * Bookmarks and Org links
 
 To store a bookmark press the key ~b~, to store Org links press the key ~l~. 
You can



reply via email to

[Prev in Thread] Current Thread [Next in Thread]