branch: externals/org-modern commit 3baf87f80eec5daaed66c1a0386af3c69e0898de Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
README: Mention manual installation --- README.org | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 6c3d6f315a..d86b523baa 100644 --- a/README.org +++ b/README.org @@ -36,8 +36,11 @@ is [[https://protesilaos.com/emacs/modus-themes][modus-operandi]]. [[https://github.com/minad/org-modern/blob/screenshots/example.gif?raw=true]] +The package is not yet available in a package repository, so it must be +installed manually from this repository via =package-install-file=. Then =org-modern= can be enabled manually by invoking =M-x org-modern-mode=. In order to -enable =org-mode= for all your Org buffers, add =org-modern-mode= to the Org hook list. +enable =org-mode= for all your Org buffers, add =org-modern-mode= to the Org hook +list. #+begin_src emacs-lisp (add-hook 'org-mode-hook #'org-modern-mode)