emacs.d/init.el: Use atom-one-dark theme
1 files changed, 3 insertions(+), 1 deletions(-)

M emacs.d/init.el
M emacs.d/init.el +3 -1
@@ 8,7 8,7 @@ 
  ;; If you edit it by hand, you could mess it up, so be careful.
  ;; Your init file should contain only one such instance.
  ;; If there is more than one, they won't work right.
- '(package-selected-packages (quote (exec-path-from-shell cider))))
+ '(package-selected-packages (quote (atom-one-dark-theme exec-path-from-shell cider))))
 (custom-set-faces
  ;; custom-set-faces was added by Custom.
  ;; If you edit it by hand, you could mess it up, so be careful.

          
@@ 16,6 16,8 @@ 
  ;; If there is more than one, they won't work right.
  )
 
+(load-theme 'atom-one-dark t)
+
 ;; Copy in variables like $PATH from shell
 ;; https://github.com/purcell/exec-path-from-shell
 (when (memq window-system '(mac ns x))