From e28be70574f765cb3ae6a0b405bc82983e7948b7 Mon Sep 17 00:00:00 2001 From: Marcus Kammer <2262664-marcuskammer@users.noreply.gitlab.com> Date: Sat, 21 Nov 2020 12:13:49 +0100 Subject: [PATCH] Disable scroll bars in new frames --- bundle/custom_gnu.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bundle/custom_gnu.el b/bundle/custom_gnu.el index 7abf652b..148017c7 100644 --- a/bundle/custom_gnu.el +++ b/bundle/custom_gnu.el @@ -60,9 +60,10 @@ '(org-plantuml-jar-path "~/.local/bin/plantuml.jar") '(package-enable-at-startup t) '(package-selected-packages - '(request all-the-icons-ibuffer all-the-icons-ivy-rich all-the-icons-ivy-rich-mode all-the-icons-ibuffer-mode ox-reveal csv-mode gnuplot eglot projectile elpy color-theme-sanityinc-tomorrow nov markdown-mode markdown-preview-mode olivetti web-mode js2-mode slime flymake-racket racket-mode yaml-mode lua-mode nordless-theme use-package colorless-themes nord-theme toc-org ace-window htmlize ivy magit)) + '(forge request all-the-icons-ibuffer all-the-icons-ivy-rich all-the-icons-ivy-rich-mode all-the-icons-ibuffer-mode ox-reveal csv-mode gnuplot eglot projectile elpy color-theme-sanityinc-tomorrow nov markdown-mode markdown-preview-mode olivetti web-mode js2-mode slime flymake-racket racket-mode yaml-mode lua-mode nordless-theme use-package colorless-themes nord-theme toc-org ace-window htmlize ivy magit)) '(projectile-completion-system 'ivy) - '(python-shell-interpreter "python3")) + '(python-shell-interpreter "python3") + '(scroll-bar-mode nil)) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful.