From 9b393083676915cb6393f906a495979aaa1cd7bc Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Tue, 27 Nov 2018 06:27:58 +0100 Subject: [PATCH] Configure the org-autolist package --- configuration.org | 8 ++++++++ customizations.el | 1 + 2 files changed, 9 insertions(+) diff --git a/configuration.org b/configuration.org index f05cd1e..1422b89 100644 --- a/configuration.org +++ b/configuration.org @@ -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 diff --git a/customizations.el b/customizations.el index 037988d..69e8f56 100644 --- a/customizations.el +++ b/customizations.el @@ -145,6 +145,7 @@ nyan-prompt objed org + org-autolist org-caldav org-jekyll org-projectile