Fix graphics conditional
This commit is contained in:
parent
4884c9eaaf
commit
ff10b7dece
@ -36,8 +36,7 @@
|
|||||||
|
|
||||||
(setq-default scroll-conservatively 100)
|
(setq-default scroll-conservatively 100)
|
||||||
|
|
||||||
|
(when (display-graphic-p) (progn
|
||||||
(when 'display-graphic-p (lambda ()
|
|
||||||
(global-hl-line-mode t)
|
(global-hl-line-mode t)
|
||||||
(scroll-bar-mode -1)))
|
(scroll-bar-mode -1)))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user