Package cleanup
This commit is contained in:
parent
71e36a609b
commit
abe0dc5aa1
@ -105,9 +105,16 @@
|
|||||||
|
|
||||||
;; End themes
|
;; End themes
|
||||||
|
|
||||||
|
(use-package org)
|
||||||
|
|
||||||
|
(use-package org-bullets
|
||||||
|
:config
|
||||||
|
(add-hook 'org-mode-hook (lambda ()
|
||||||
|
(org-bullets-mode t))))
|
||||||
|
|
||||||
(use-package company
|
(use-package company
|
||||||
:config
|
:config
|
||||||
(company-mode))
|
(add-hook 'after-init-hook 'global-company-mode))
|
||||||
|
|
||||||
(use-package evil
|
(use-package evil
|
||||||
:config
|
:config
|
||||||
@ -129,15 +136,10 @@
|
|||||||
|
|
||||||
(use-package evil-org)
|
(use-package evil-org)
|
||||||
|
|
||||||
|
|
||||||
(use-package powerline
|
(use-package powerline
|
||||||
:config
|
:config
|
||||||
(powerline-default-theme))
|
(powerline-default-theme))
|
||||||
|
|
||||||
(use-package org-bullets
|
|
||||||
:config
|
|
||||||
(add-hook 'org-mode-hook (lambda ()
|
|
||||||
(org-bullets-mode t))))
|
|
||||||
(use-package magit)
|
(use-package magit)
|
||||||
|
|
||||||
(use-package helm
|
(use-package helm
|
||||||
|
Loading…
Reference in New Issue
Block a user