diff options
| -rw-r--r-- | emacs/init.el | 2 | 
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") | 
