General cleanup
This commit is contained in:
parent
fb9a837c67
commit
a21aeac72c
1 changed files with 12 additions and 9 deletions
21
init.el
21
init.el
|
@ -13,41 +13,44 @@
|
||||||
(package-initialize)
|
(package-initialize)
|
||||||
|
|
||||||
(defvar my-pkgs
|
(defvar my-pkgs
|
||||||
'(; Basic functionality
|
'(;; All packages
|
||||||
|
ac-cider-compliment
|
||||||
ace-jump-mode
|
ace-jump-mode
|
||||||
ack-and-a-half
|
ack-and-a-half
|
||||||
browse-kill-ring
|
browse-kill-ring
|
||||||
|
cider
|
||||||
|
clojure-mode
|
||||||
confluence
|
confluence
|
||||||
dash
|
dash
|
||||||
|
dockerfile-mode
|
||||||
flx-ido
|
flx-ido
|
||||||
flycheck
|
flycheck
|
||||||
go-mode
|
go-mode
|
||||||
haskell-mode
|
haskell-mode
|
||||||
|
hi2
|
||||||
idle-highlight-mode
|
idle-highlight-mode
|
||||||
ido-ubiquitous
|
ido-ubiquitous
|
||||||
iy-go-to-char
|
iy-go-to-char
|
||||||
magit
|
magit
|
||||||
|
markdown-mode+
|
||||||
multiple-cursors
|
multiple-cursors
|
||||||
mvn
|
mvn
|
||||||
nyan-mode
|
nyan-mode
|
||||||
paredit
|
paredit
|
||||||
password-store
|
password-store
|
||||||
|
pkgbuild-mode
|
||||||
projectile
|
projectile
|
||||||
puppet-mode
|
puppet-mode
|
||||||
rainbow-delimiters
|
rainbow-delimiters
|
||||||
rainbow-mode
|
rainbow-mode
|
||||||
rust-mode
|
rust-mode
|
||||||
s
|
s
|
||||||
smex
|
|
||||||
smart-mode-line
|
smart-mode-line
|
||||||
|
smex
|
||||||
switch-window
|
switch-window
|
||||||
undo-tree
|
undo-tree
|
||||||
|
yaml-mode
|
||||||
; Clojure
|
)
|
||||||
ac-cider-compliment
|
|
||||||
cider
|
|
||||||
clojure-mode
|
|
||||||
)
|
|
||||||
"A list of packages to install at launch.")
|
"A list of packages to install at launch.")
|
||||||
|
|
||||||
(dolist (p my-pkgs)
|
(dolist (p my-pkgs)
|
||||||
|
@ -89,5 +92,5 @@
|
||||||
(random t)
|
(random t)
|
||||||
|
|
||||||
;; SML should respect theme colours
|
;; SML should respect theme colours
|
||||||
; (setq sml/theme 'black)
|
;; (setq sml/theme 'black)
|
||||||
(sml/setup)
|
(sml/setup)
|
||||||
|
|
Loading…
Reference in a new issue