init
This commit is contained in:
parent
047a34b1d4
commit
a97f9f5fee
1 changed files with 5 additions and 0 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Reference in a new issue