From b082182507fc3293af23314280b7efa412c9c8ac Mon Sep 17 00:00:00 2001 From: Marcus Kammer <2262664-marcus-kammer@users.noreply.gitlab.com> Date: Mon, 3 May 2021 16:38:36 +0200 Subject: [PATCH] Update win32 customfile --- bundle/custom_win32.el | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/bundle/custom_win32.el b/bundle/custom_win32.el index edeb372d..641ad829 100644 --- a/bundle/custom_win32.el +++ b/bundle/custom_win32.el @@ -3,16 +3,18 @@ ;; 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. - '(custom-enabled-themes (quote (nord))) + '(custom-enabled-themes '(atom-one-dark)) '(custom-safe-themes - (quote - ("37768a79b479684b0756dec7c0fc7652082910c37d8863c35b702db3f16000f8" default))) - '(org-agenda-files (quote ("~/Documents/journal"))) + '("171d1ae90e46978eb9c342be6658d937a83aaa45997b1d7af7657546cae5985b" "37046960cf667c5ab3b76235d35a5db4763c531e706502a9067fa78db5a775c0" "9e39a8334e0e476157bfdb8e42e1cea43fad02c9ec7c0dbd5498cf02b9adeaf1" "37768a79b479684b0756dec7c0fc7652082910c37d8863c35b702db3f16000f8" default)) + '(nov-unzip-program "c:/msys64/usr/bin/unzip.exe") + '(olivetti-body-width 82 nil nil "Customized with use-package olivetti") + '(org-agenda-files '("~/Documents/journal")) '(org-default-notes-file "notes.org") '(org-directory "~/Documents/journal") '(package-selected-packages - (quote - (geiser all-the-icons powershell forge counsel helpful web-mode use-package toc-org slime projectile ox-reveal olivetti nov nordless-theme nord-theme memoize magit js2-mode ivy htmlize f elpy elisp-refs eglot dash-functional color-theme-sanityinc-tomorrow ace-window)))) + '(atom-one-dark-theme geiser all-the-icons powershell counsel helpful web-mode use-package toc-org slime projectile ox-reveal olivetti nordless-theme nord-theme memoize magit js2-mode ivy htmlize f elpy elisp-refs eglot dash-functional color-theme-sanityinc-tomorrow ace-window)) + '(python-shell-interpreter "ipython") + '(python-shell-interpreter-args "--simple-prompt -i")) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful.