projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
f59c278
)
[emacs][wip] fix Org configurations
author
Amin Bandali
<bandali@gnu.org>
Mon, 24 Dec 2018 18:28:54 +0000
(13:28 -0500)
committer
Amin Bandali
<bandali@gnu.org>
Mon, 24 Dec 2018 18:28:54 +0000
(13:28 -0500)
init.org
patch
|
blob
|
blame
|
history
diff --git
a/init.org
b/init.org
index
5f1b7df
..
4e3ee52
100644
(file)
--- a/
init.org
+++ b/
init.org
@@
-795,11
+795,18
@@
latest version of Org from upstream.
(provide 'org-version)
#+end_src
(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
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
:config
(setq org-src-tab-acts-natively t
org-src-preserve-indentation nil