Skip to content
Snippets Groups Projects
Commit 4a52b008 authored by MoScribe's avatar MoScribe
Browse files

use-package is fixed

parent 2d67e43e
No related branches found
No related tags found
No related merge requests found
......@@ -147,7 +147,7 @@
)
(or (package-installed-p 'use-package)
(progn
;; (package-refresh-contents)
(package-refresh-contents)
(package-install 'use-package))
)
;;---------------------------------------------------------------------------------------
......@@ -170,6 +170,10 @@
:commands company-quickhelp-manual-begin
:bind (("C-c d" . 'company-quickhelp-manual-begin)))
(use-package ivy
:ensure t
:diminish ivy-mode)
(use-package swiper
:ensure t
:config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment