summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2018-12-24 13:28:54 -0500
committerAmin Bandali <bandali@gnu.org>2018-12-24 13:28:54 -0500
commit2ec331fcb08163313f9eb0490f7d7dbd6d9ded0a (patch)
tree5ac2132ddddc1deb2977140263095f6465cc9443
parentf59c27809dfc5d1417863d686bfdccabbbf7ef7e (diff)
downloadconfigs-2ec331fcb08163313f9eb0490f7d7dbd6d9ded0a.tar.gz
configs-2ec331fcb08163313f9eb0490f7d7dbd6d9ded0a.tar.xz
configs-2ec331fcb08163313f9eb0490f7d7dbd6d9ded0a.zip
[emacs][wip] fix Org configurations
Diffstat (limited to '')
-rw-r--r--init.org11
1 files changed, 9 insertions, 2 deletions
diff --git a/init.org b/init.org
index 5f1b7df..4e3ee52 100644
--- a/init.org
+++ b/init.org
@@ -795,11 +795,18 @@ latest version of Org from upstream.
(provide 'org-version)
#+end_src
+We will use the =org-plus-contrib= package to get the whole deal:
+
+#+begin_src emacs-lisp
+(straight-use-package 'org-plus-contrib)
+#+end_src
+
And here's where my actual Org configurations begin:
#+begin_src emacs-lisp
-(use-package org-plus-contrib
- :defer 1
+(use-package org
+ :straight nil
+ :defer 0.5
:config
(setq org-src-tab-acts-natively t
org-src-preserve-indentation nil