summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlaise Thompson <blaise@untzag.com>2020-06-18 23:32:34 -0500
committerBlaise Thompson <blaise@untzag.com>2020-06-18 23:32:34 -0500
commitd02e454074d17fb025a7d86e85ca3f1701758cd9 (patch)
tree9d7e97e7aa47cf7c7bdd27345447abfdebe08b2b
parent84b57a03229e2469fd170c8ed4cdf809c8a1ced2 (diff)
2020-06-18 23:32
-rw-r--r--emacs/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 5f0decf..07f80cf 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -27,7 +27,7 @@
'(org-contacts-files (quote ("~/org/contacts.org")))
'(package-selected-packages
(quote
- (projectile notmuch which-key use-package spaceline smart-mode-line org-brain ivy helm-swoop helm-flyspell helm-bibtex flycheck exec-path-from-shell evil-ledger evil-leader company color-theme-sanityinc-tomorrow))))
+ (helm-projectile projectile notmuch which-key use-package spaceline smart-mode-line org-brain ivy helm-swoop helm-flyspell helm-bibtex flycheck exec-path-from-shell evil-ledger evil-leader company color-theme-sanityinc-tomorrow))))
;; Bootstrap `use-package'
(setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3")