summaryrefslogtreecommitdiff
path: root/modules/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'modules/emacs')
-rw-r--r--modules/emacs/README.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/emacs/README.org b/modules/emacs/README.org
index 4ccec53..8cf9758 100644
--- a/modules/emacs/README.org
+++ b/modules/emacs/README.org
@@ -299,7 +299,7 @@ Try to use the package.
** Org mode
#+begin_src emacs-lisp :tangle yes
(use-package org
- :ensure 'nil
+ :ensure nil
:hook (org-mode . org-indent-mode)
:bind ("C-c a" . org-agenda)
:config