[Emacs] Switch to git version of org-mode

This commit is contained in:
Lucien Cartier-Tilet 2021-10-18 17:30:54 +02:00
parent 656f480790
commit e90accda8a
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 1 additions and 2 deletions

View File

@ -2822,8 +2822,7 @@ since org is an Emacs package, that also means it can be greatly
extended however we like!
#+begin_src emacs-lisp
(use-package org
:straight (org :build t
:type built-in)
:straight (:build t)
:defer t
:commands (orgtbl-mode)
:hook ((org-mode . visual-line-mode)