From d8c0b292a76204c756d0ee48896d3677b8dbef93 Mon Sep 17 00:00:00 2001 From: Marcus Kammer <2262664-marcus-kammer@users.noreply.gitlab.com> Date: Fri, 23 Jul 2021 17:06:48 +0200 Subject: [PATCH] Update win32 customfile --- bundle/custom_win32.el | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/bundle/custom_win32.el b/bundle/custom_win32.el index 8d9110cf..00059ecd 100644 --- a/bundle/custom_win32.el +++ b/bundle/custom_win32.el @@ -6,8 +6,8 @@ '(custom-enabled-themes '(doom-nord)) '(custom-safe-themes '("fce3524887a0994f8b9b047aef9cc4cc017c5a93a5fb1f84d300391fba313743" "171d1ae90e46978eb9c342be6658d937a83aaa45997b1d7af7657546cae5985b" "37046960cf667c5ab3b76235d35a5db4763c531e706502a9067fa78db5a775c0" "9e39a8334e0e476157bfdb8e42e1cea43fad02c9ec7c0dbd5498cf02b9adeaf1" "37768a79b479684b0756dec7c0fc7652082910c37d8863c35b702db3f16000f8" default)) - '(default-frame-alist '((font . "Fira Code-12") (width . 94) (height . 70))) - '(initial-frame-alist '((fullscreen . fullscreen))) + '(default-frame-alist '((font . "Fira Code-11") (width . 94) (height . 70))) + '(initial-frame-alist '((fullscreen . maximized))) '(ispell-program-name "c:/msys64/mingw64/bin/aspell.exe") '(nov-unzip-program "c:/msys64/usr/bin/unzip.exe") '(olivetti-body-width 82 nil nil "Customized with use-package olivetti") @@ -15,7 +15,7 @@ '(org-default-notes-file "notes.org") '(org-directory "D:/visua/HiDrive/Documents/journal") '(package-selected-packages - '(geiser-racket all-the-icons-ivy-rich-mode all-the-icons-ivy-rich all-the-icons-dired doom-themes 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)) + '(markdown-mode erc-image geiser-racket all-the-icons-ivy-rich-mode all-the-icons-ivy-rich all-the-icons-dired doom-themes 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") '(tetris-x-colors @@ -25,7 +25,8 @@ [224 108 117] [152 195 121] [198 120 221] - [86 182 194]])) + [86 182 194]]) + '(tramp-default-method "ssh")) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful.