Emacs: fixed typo
This commit is contained in:
parent
1abff67c38
commit
9c06e2d45d
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
(add-to-list 'package-archives
|
||||
'("melpa" . "https://melpa.milkbox.net/packages/"))
|
||||
|
||||
;; intall use-package if not already installed
|
||||
;; install use-package if not already installed
|
||||
(unless (package-installed-p 'use-package)
|
||||
(package-refresh-contents)
|
||||
(package-install 'use-package))
|
||||
|
|
Loading…
Reference in a new issue