diff --git a/.emacs.d/init.el b/.emacs.d/init.el index bf2a951..e5ef492 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -26,7 +26,7 @@ (package-refresh-contents)) (use-package yasnippet-snippets - :load-path "~/clones/yasnippet-snippets" + :ensure t ) (use-package ox-latex @@ -227,7 +227,7 @@ '(org-modules '(ol-bbdb ol-bibtex ol-docview ol-doi ol-eww ol-gnus org-habit ol-info ol-irc ol-mhe ol-rmail ol-w3m)) '(package-selected-packages - '(lorem-ipsum gnuplot-mode org-bullets rust-mode flycheck-grammalecte blacken spacemacs-theme company use-package markdown-mode org po-mode yaml-mode)) + '(yasnippet-snippets lorem-ipsum gnuplot-mode org-bullets rust-mode flycheck-grammalecte blacken spacemacs-theme company use-package markdown-mode org po-mode yaml-mode)) '(send-mail-function 'mailclient-send-it)) (setq rust-format-on-save t)