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