diff options
author | Leonardo Santiago <[email protected]> | 2024-10-29 08:11:50 -0300 |
---|---|---|
committer | Leonardo Santiago <[email protected]> | 2024-10-29 08:11:50 -0300 |
commit | 1f4af81a4fe0b933ddfae4f9a47ef628ab08e414 (patch) | |
tree | bec9c6637bf676d3e795887bdf9a59cb36f5dd64 /modules/emacs | |
parent | 8de0064b16a1cc27deedee06c05e6343a197e175 (diff) |
fix org mode, remove from-elisp as it's not needed anymore
Diffstat (limited to 'modules/emacs')
-rw-r--r-- | modules/emacs/README.org | 2 |
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 |