diff --git a/.gitmodules b/.gitmodules index 2919cce..1a26090 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/init.el b/init.el index 16ffe3c..dd39602 100644 --- a/init.el +++ b/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)) diff --git a/lib/org b/lib/org new file mode 160000 index 0000000..d5690b6 --- /dev/null +++ b/lib/org @@ -0,0 +1 @@ +Subproject commit d5690b62065ff9d9d4aa0fed4bd5dc98a79264fb