diff options
author | Marc Coquand <marc@coquand.email> | 2024-12-17 16:10:47 +0100 |
---|---|---|
committer | Marc Coquand <marc@coquand.email> | 2024-12-17 16:10:47 +0100 |
commit | 507056b3ca86866fc0b4611c4bb4fdac0d17061d (patch) | |
tree | 224bdef30f1eb0dce3f104f09aaa884b5d4b1f35 /home/dots/.emacs.d/elisp/org-link-minor-mode.el | |
parent | f8bce74e58b4b328dd34c35abd30368672a0841b (diff) | |
download | guix-507056b3ca86866fc0b4611c4bb4fdac0d17061d.tar.gz guix-507056b3ca86866fc0b4611c4bb4fdac0d17061d.tar.bz2 guix-507056b3ca86866fc0b4611c4bb4fdac0d17061d.zip |
.
Diffstat (limited to '')
-rw-r--r-- | home/dots/.emacs.d/elisp/org-link-minor-mode.el | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/home/dots/.emacs.d/elisp/org-link-minor-mode.el b/home/dots/.emacs.d/elisp/org-link-minor-mode.el index 7f1faaa..06ad48e 100644 --- a/home/dots/.emacs.d/elisp/org-link-minor-mode.el +++ b/home/dots/.emacs.d/elisp/org-link-minor-mode.el @@ -11,26 +11,26 @@ ;; Package-Version: 20200129.0141 ;; Keywords: hypermedia ;; Url: https://github.com/seanohalpin/org-link-minor-mode -;; +;; ;; Changes for org v9: Stefan-W. Hahn <stefan dot hahn at s-hahn dot de> ;; ;; This file is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. -;; +;; ;; This file is distributed in the hope that it will be useful, ;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;; GNU General Public License for more details. -;; +;; ;; You should have received a copy of the GNU General Public License ;; along with this program. If not, see <http://www.gnu.org/licenses/>. ;; ;;; Commentary: ;; ;; Enables org-mode links of the form: -;; +;; ;; http://www.bbc.co.uk ;; man:emacs ;; info:emacs @@ -39,7 +39,7 @@ ;; [[org-link-minor-mode]] ;; [2012-08-18] ;; <2012-08-18> -;; +;; ;; Note that `org-toggle-link-display' will also work when this mode ;; is enabled. ;; |