activate pixel-scoll-mode regardless of display-graphic-p

master
John Turner 10 months ago
parent aaba55c548
commit 0ac08feb9e
No known key found for this signature in database

@ -70,7 +70,7 @@
(show-paren-mode 1)
(recentf-mode 1)
(savehist-mode 1)
(when (and (featurep 'pixel-scroll) (display-graphic-p))
(when (featurep 'pixel-scroll)
(pixel-scroll-mode 1))
(menu-bar-mode 0)

Loading…
Cancel
Save