updated
Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
parent
737bbbf5e9
commit
3b1059aaec
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user