Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
rejig README to look better on github
  • Loading branch information
seanohalpin committed Aug 18, 2012
1 parent 85e04ea commit 05e2f0e
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions README.org
@@ -1,4 +1,3 @@
#+TITLE: org-link-minor-mode
#+AUTHOR: Sean O'Halpin #+AUTHOR: Sean O'Halpin
#+DATE: 2012-08-18 #+DATE: 2012-08-18
#+OPTIONS: toc:nil num:nil #+OPTIONS: toc:nil num:nil
Expand All @@ -11,10 +10,8 @@ org-mode.


Org-mode bracket links look like this: Org-mode bracket links look like this:


#+begin_example : [[http://www.bbc.co.uk][BBC]]
[[http://www.bbc.co.uk][BBC]] : [[org-link-minor-mode]]
[[org-link-minor-mode]]
#+end_example


With this mode enabled, the links will be made active so you can click With this mode enabled, the links will be made active so you can click
on them and displayed so you can see only the description if present. on them and displayed so you can see only the description if present.
Expand All @@ -31,9 +28,7 @@ on your load path and use


or put the following: or put the following:


#+begin_src emacs-lisp : (require 'org-link-minor-mode)
(require 'org-link-minor-mode)
#+end_src


in your =.emacs= file. in your =.emacs= file.


Expand Down

0 comments on commit 05e2f0e

Please sign in to comment.