diff --git a/init.el b/init.el index 824789d1..db9b0ea8 100755 --- a/init.el +++ b/init.el @@ -37,6 +37,7 @@ There are two things you can do about this warning: '(calendar-date-style (quote iso)) '(calendar-week-start-day 1) '(column-number-mode nil) + '(custom-enabled-themes (quote (nord))) '(custom-safe-themes (quote ("4515feff287a98863b7b7f762197a78a7c2bfb6ec93879e7284dff184419268c" default))) @@ -95,7 +96,7 @@ There are two things you can do about this warning: '(package-selected-packages (quote (latex-extra latex-preview-pane docker docker-api docker-cli docker-compose-mode dockerfile-mode ox-mediawiki ox-minutes ox-nikola cargo racket-mode rust-mode w3m slime gherkin-mode gitlab gitlab-ci-mode org-jira powershell helm gitconfig-mode gitignore-mode ox-rst typescript-mode ## skewer-mode ob-http ob-ipython ob-restclient linum-relative markdown-mode nord-theme restclient request restclient-test yaml-mode magit))) - '(python-shell-interpreter "ipython" t) + '(python-shell-interpreter "python3") '(request-log-level (quote debug)) '(request-message-level (quote debug)) '(require-final-newline t) @@ -104,8 +105,6 @@ There are two things you can do about this warning: '(timeclock-mode-line-display t) '(visible-bell 1)) -(load-theme 'nord t) - (require 'markdown-mode) (require 'linum-relative) (require 'fill-column-indicator)