From e0b4e0683b00667e7dac361ff119c22d6bccc7f6 Mon Sep 17 00:00:00 2001 From: Marcus Kammer <2262664-marcus-kammer@users.noreply.gitlab.com> Date: Sat, 5 Feb 2022 13:24:26 +0100 Subject: [PATCH] Update custom file for win32 --- bundle/custom_win32.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundle/custom_win32.el b/bundle/custom_win32.el index 2177e73c..efef1001 100644 --- a/bundle/custom_win32.el +++ b/bundle/custom_win32.el @@ -3,11 +3,11 @@ ;; 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. - '(Info-additional-directory-list '("d:/visua/sync/Documents/info/")) + '(Info-additional-directory-list '("~/.emacs.d/info/")) '(custom-enabled-themes '(doom-nord)) '(custom-safe-themes '("fce3524887a0994f8b9b047aef9cc4cc017c5a93a5fb1f84d300391fba313743" "171d1ae90e46978eb9c342be6658d937a83aaa45997b1d7af7657546cae5985b" "37046960cf667c5ab3b76235d35a5db4763c531e706502a9067fa78db5a775c0" "9e39a8334e0e476157bfdb8e42e1cea43fad02c9ec7c0dbd5498cf02b9adeaf1" "37768a79b479684b0756dec7c0fc7652082910c37d8863c35b702db3f16000f8" default)) - '(default-frame-alist '((font . "Fira Code-11") (width . 94) (height . 70))) + '(default-frame-alist '((font . "MonoLisa-12") (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")