Configure the org-autolist package
This commit is contained in:
parent
6e492224ca
commit
9b39308367
@ -2727,6 +2727,14 @@ An alternative could be
|
||||
org-caldav-files nil))
|
||||
#+END_SRC
|
||||
|
||||
** Improved list management
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package org-autolist
|
||||
:hook
|
||||
(org-mode . org-autolist-mode))
|
||||
#+END_SRC
|
||||
|
||||
* Git & Co.
|
||||
|
||||
** Git status on the fringe
|
||||
|
@ -145,6 +145,7 @@
|
||||
nyan-prompt
|
||||
objed
|
||||
org
|
||||
org-autolist
|
||||
org-caldav
|
||||
org-jekyll
|
||||
org-projectile
|
||||
|
Loading…
Reference in New Issue
Block a user