Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
Marcin Woźniak 2021-01-22 09:03:43 +01:00
parent 737bbbf5e9
commit 3b1059aaec
Signed by: y0rune
GPG Key ID: F204C385F57EB348

View File

@ -443,7 +443,11 @@
(helm-mode 1)
;; Disable scroll bar
(scroll-bar-mode -1)
;; no toolbar:
(if (display-graphic-p)
(progn
(tool-bar-mode -1)
(scroll-bar-mode -1)))
;; Copy
(setq select-active-regions nil)
@ -454,9 +458,6 @@
(global-set-key (kbd "M-+") 'text-scale-increase)
(global-set-key (kbd "M--") 'text-scale-decrease)
;; no toolbar:
(tool-bar-mode -1)
;; line numbers:
(global-display-line-numbers-mode 1)