Turn of scrollbar and toolbar
I don’t really need them. Nyan-cat works as a scroll bar, and the toolbar is just eating up screen estate.
This commit is contained in:
parent
bae2537c79
commit
f4b6343928
5
init.el
5
init.el
@ -413,3 +413,8 @@ Version 2016-02-16"
|
|||||||
|
|
||||||
; Bind webjump to a key. It’s pretty handy
|
; Bind webjump to a key. It’s pretty handy
|
||||||
(global-set-key (kbd "C-x w") 'webjump)
|
(global-set-key (kbd "C-x w") 'webjump)
|
||||||
|
|
||||||
|
; Turn off scroll bar (that’s why Nyan-cat is here) and the toolbar (I
|
||||||
|
; don’t really use it)
|
||||||
|
(if (fboundp 'scroll-bar-mode) (scroll-bar-mode -1))
|
||||||
|
(if (fboundp 'tool-bar-mode) (tool-bar-mode -1))
|
||||||
|
Loading…
Reference in New Issue
Block a user