Remove scroll-bar-mode setting

Remove scroll bar in minibuffer only
This commit is contained in:
Evie Litherland-Smith 2024-09-28 08:02:02 +01:00
parent f4ad4ba8d6
commit b734dbb4c0

View file

@ -84,9 +84,10 @@ Configure the look and feel of Emacs
async-shell-command-display-buffer nil
compilation-scroll-output t)
(set-window-scroll-bars (minibuffer-window) nil nil)
(global-prettify-symbols-mode +1)
(tool-bar-mode -1)
(scroll-bar-mode -1)
#+end_src
*** Theme and Icons
#+begin_src emacs-lisp