commit 6cef8c40d35420dcace6530acc88850efd7af0c8
parent ff44d6f1c9eba5c5f63c972f3f9064c50358b036
Author: Cem Keylan <cem@ckyln.com>
Date: Tue, 21 Jul 2020 14:23:36 +0300
update README
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
@@ -27,16 +27,16 @@ Emacs will not be loading the configurations, you will need to set it manually.
In your init file, you may choose to load the configuration in the following
ways.
-```lisp
+``` elisp
(load-file "~/.config/mu4e/mu4e-config.el")
```
-```lisp
+``` elisp
(add-to-list 'load-path "~/.config/mu4e")
(require 'mu4e-config)
```
-```lisp
+``` elisp
(use-package mu4e-config
:after mu4e
:load-path "~/.config/mu4e")