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))
|
org-caldav-files nil))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
** Improved list management
|
||||||
|
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(use-package org-autolist
|
||||||
|
:hook
|
||||||
|
(org-mode . org-autolist-mode))
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
* Git & Co.
|
* Git & Co.
|
||||||
|
|
||||||
** Git status on the fringe
|
** Git status on the fringe
|
||||||
|
@ -145,6 +145,7 @@
|
|||||||
nyan-prompt
|
nyan-prompt
|
||||||
objed
|
objed
|
||||||
org
|
org
|
||||||
|
org-autolist
|
||||||
org-caldav
|
org-caldav
|
||||||
org-jekyll
|
org-jekyll
|
||||||
org-projectile
|
org-projectile
|
||||||
|
Loading…
Reference in New Issue
Block a user