diff --git a/bundle/custom.el b/bundle/custom.el index f9df5e6d..b58623b1 100644 --- a/bundle/custom.el +++ b/bundle/custom.el @@ -21,7 +21,7 @@ '(calendar-week-start-day 1) '(column-number-mode t) '(cursor-type (quote (bar . 2))) - '(custom-enabled-themes (quote (berrys))) + '(custom-enabled-themes (quote (nord))) '(custom-safe-themes (quote ("14c848e2c4a0a11fcd118e2519078aa50bb6020f89035423b40fff421fb24fbd" "cdb4ffdecc682978da78700a461cdc77456c3a6df1c1803ae2dd55c59fa703e3" "9e31aff9afe3c20a33dd966b4c54c6a5151f07659362e4b06bde38ded5370dae" "24fc62afe2e5f0609e436aa2427b396adf9a958a8fa660edbaab5fb13c08aae6" "82358261c32ebedfee2ca0f87299f74008a2e5ba5c502bde7aaa15db20ee3731" "4515feff287a98863b7b7f762197a78a7c2bfb6ec93879e7284dff184419268c" default))) diff --git a/bundle/os.el b/bundle/os.el index 39012795..8f308add 100644 --- a/bundle/os.el +++ b/bundle/os.el @@ -32,7 +32,7 @@ (add-to-list 'default-frame-alist '(undecorated . nil)) (add-to-list 'default-frame-alist '(font . "Iosevka Term-12"))) (when (string= (system-name) "EVG02667NB") - (evo-load-paths)) + (evo-load-paths) (when (string= (system-name) "XPS-8930") (setq python-shell-interpreter "ipython")))