# HG changeset patch # User Sevan Janiyan # Date 1647818126 0 # Sun Mar 20 23:15:26 2022 +0000 # Node ID 2288bd04b68af5a95a779910740a0e5d7f67e354 # Parent 4a6abfc3a1919af4b1f38d676d938cc2394aec26 emacs.d/init.el: Use atom-one-dark theme diff --git a/emacs.d/init.el b/emacs.d/init.el --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -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))