Remove scroll-bar-mode setting
Remove scroll bar in minibuffer only
This commit is contained in:
parent
f4ad4ba8d6
commit
b734dbb4c0
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue