emacs: Completely removed starter-pack, shuffling dependencies
This commit is contained in:
parent
51fdc2a295
commit
f2c32a12be
1 changed files with 15 additions and 9 deletions
|
@ -13,16 +13,22 @@
|
||||||
(when (not package-archive-contents)
|
(when (not package-archive-contents)
|
||||||
(package-refresh-contents))
|
(package-refresh-contents))
|
||||||
|
|
||||||
;; Important packages
|
;; Important defvar
|
||||||
(defvar my-pkgs '(haskell-mode
|
(defvar my-pkgs '(haskell-mode
|
||||||
markdown-mode
|
idle-highlight-mode
|
||||||
|
ido-ubiquitous
|
||||||
magit
|
magit
|
||||||
|
paredit
|
||||||
|
smex
|
||||||
|
ace-jump-mode
|
||||||
|
clojure-mode
|
||||||
leuven-theme
|
leuven-theme
|
||||||
|
magit
|
||||||
|
markdown-mode
|
||||||
|
nrepl
|
||||||
projectile
|
projectile
|
||||||
rainbow-delimiters
|
rainbow-delimiters
|
||||||
nrepl
|
)
|
||||||
clojure-mode
|
|
||||||
ace-jump-mode)
|
|
||||||
|
|
||||||
"A list of packages to install at launch.")
|
"A list of packages to install at launch.")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue