branch: elpa/org-superstar commit b1009e994baec54d2c25804ced22cc3458b78d4e Author: Daniel Nicolai <dalanico...@gmail.com> Commit: GitHub <nore...@github.com>
Update README.org `org-superstar-mode` is autoloaded. Including this 'require', makes the package load immediately, 'nullifying' the autoload mechanism. --- README.org | 1 - 1 file changed, 1 deletion(-) diff --git a/README.org b/README.org index 161aa95f0d6..73c2311175b 100644 --- a/README.org +++ b/README.org @@ -70,7 +70,6 @@ used, allowing the user to inherit the level-dependent default look. If you prefer a manual installation, just plug =org-superstar.el= into your load path and add the following to your =.emacs=: #+BEGIN_SRC elisp -(require 'org-superstar) (add-hook 'org-mode-hook (lambda () (org-superstar-mode 1))) #+END_SRC