summaryrefslogtreecommitdiffstats
path: root/emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/init.el')
-rw-r--r--emacs.d/init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el
index 9bffe57..0ebf383 100644
--- a/emacs.d/init.el
+++ b/emacs.d/init.el
@@ -153,6 +153,9 @@
'(jshint-mode-node-program "nodejs")
'(magit-diff-refine-hunk (quote all))
'(menu-bar-mode nil)
+ '(package-selected-packages
+ (quote
+ (ggtags auctex use-package spaceline pdf-tools markdown-mode magit glsl-mode dired-rainbow dired+)))
'(pdf-view-midnight-colors (quote ("#C3D1D1" . "#141414")))
'(powerline-default-separator nil)
'(quack-pretty-lambda-p t)