Correct whitespace

This commit is contained in:
2019-05-22 16:59:36 +00:00
parent 01fc9b82c6
commit 1d63ac4ba6

View File

@@ -21,12 +21,12 @@ Setup use-package and configure it to always install missing packages.
Automatically update packages one per week.
#+BEGIN_SRC emacs-lisp
(use-package auto-package-update
:ensure t
:config
(setq auto-package-update-delete-old-versions t
auto-package-update-interval 7)
(auto-package-update-maybe))
(use-package auto-package-update
:ensure t
:config
(setq auto-package-update-delete-old-versions t
auto-package-update-interval 7)
(auto-package-update-maybe))
#+END_SRC
Ensure that emacs doesn't add a custom file which will add