This commit is contained in:
tavo-wasd 2024-03-04 22:16:21 -06:00
parent 047a34b1d4
commit a97f9f5fee

View file

@ -1,4 +1,6 @@
;;; init.el --- tavo's emacs configs
;;; Commentary:
;;; Code:
;; MELPA
@ -36,6 +38,9 @@
(unless (package-installed-p 'flycheck)
(package-install 'flycheck))
(unless (package-installed-p 'ess)
(package-install 'ess))
(unless (package-installed-p 'all-the-icons)
(package-install 'all-the-icons))