mirror of
https://github.com/emacscollective/emacs.g.git
synced 2025-11-23 11:41:18 -05:00
Assimilate org release_9.0.9-700-gd5690b620
This commit is contained in:
7
.gitmodules
vendored
7
.gitmodules
vendored
@@ -34,6 +34,13 @@
|
||||
path = lib/magit
|
||||
url = git@github.com:magit/magit.git
|
||||
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"]
|
||||
path = lib/packed
|
||||
url = git@github.com:tarsius/packed.git
|
||||
|
||||
5
init.el
5
init.el
@@ -119,6 +119,11 @@
|
||||
:defer t
|
||||
: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
|
||||
:config (show-paren-mode))
|
||||
|
||||
|
||||
1
lib/org
Submodule
1
lib/org
Submodule
Submodule lib/org added at d5690b6206
Reference in New Issue
Block a user