From f96903f7371274c59890a77def9c8fdbdb9c6852 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Mon, 2 Oct 2023 17:22:26 +0200 Subject: [PATCH] Dont show scrollbars --- bundle/custom_win32.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bundle/custom_win32.el b/bundle/custom_win32.el index 74180366..d4f755e3 100644 --- a/bundle/custom_win32.el +++ b/bundle/custom_win32.el @@ -4,13 +4,15 @@ ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(Info-additional-directory-list '("~/.emacs.d/info/")) + '(bookmark-default-file "~/bookmarks.el") '(custom-safe-themes '("1a1ac598737d0fcdc4dfab3af3d6f46ab2d5048b8e72bc22f50271fd6d393a00" "fce3524887a0994f8b9b047aef9cc4cc017c5a93a5fb1f84d300391fba313743" "171d1ae90e46978eb9c342be6658d937a83aaa45997b1d7af7657546cae5985b" "37046960cf667c5ab3b76235d35a5db4763c531e706502a9067fa78db5a775c0" "9e39a8334e0e476157bfdb8e42e1cea43fad02c9ec7c0dbd5498cf02b9adeaf1" "37768a79b479684b0756dec7c0fc7652082910c37d8863c35b702db3f16000f8" default)) '(default-frame-alist '((tab-bar-lines . 1) (font . "MonoLisa-11") (width . 85) - (height . 55))) + (height . 55) + (vertical-scroll-bars))) '(doc-view-resolution 150) '(epg-gpg-home-directory "~/AppData/Roaming/gnupg") '(epg-gpg-program "c:/Program Files (x86)/GnuPG/bin/gpg.exe")