Assimilate org release_9.0.9-700-gd5690b620

This commit is contained in:
Jonas Bernoulli
2017-08-05 11:44:56 +02:00
parent 03b725fbc9
commit 4c77fe08b9
3 changed files with 13 additions and 0 deletions

7
.gitmodules vendored
View File

@@ -34,6 +34,13 @@
path = lib/magit path = lib/magit
url = git@github.com:magit/magit.git url = git@github.com:magit/magit.git
info-path = Documentation info-path = Documentation
[submodule "org"]
path = lib/org
url = git://orgmode.org/org-mode.git
build-step = make
load-path = lisp
load-path = contrib/lisp
info-path = doc
[submodule "packed"] [submodule "packed"]
path = lib/packed path = lib/packed
url = git@github.com:tarsius/packed.git url = git@github.com:tarsius/packed.git

View File

@@ -119,6 +119,11 @@
:defer t :defer t
:config (setq Man-width 80)) :config (setq Man-width 80))
(use-package org
:defer t
:bind (("C-c l" . org-store-link)
("C-c C-l" . org-insert-link-global)))
(use-package paren (use-package paren
:config (show-paren-mode)) :config (show-paren-mode))

1
lib/org Submodule

Submodule lib/org added at d5690b6206