mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-02 14:53:38 -05:00
refactor(eshell,term): move hscroll-margin settings
...out of core and into their respective modules. A tiny step toward thinning out core.
This commit is contained in:
@@ -164,9 +164,6 @@ or if the current buffer is read-only or not file-visiting."
|
||||
mouse-wheel-scroll-amount '(2 ((shift) . hscroll))
|
||||
mouse-wheel-scroll-amount-horizontal 2)
|
||||
|
||||
;; Remove hscroll-margin in shells, otherwise it causes jumpiness
|
||||
(setq-hook! '(eshell-mode-hook term-mode-hook) hscroll-margin 0)
|
||||
|
||||
|
||||
;;
|
||||
;;; Cursor
|
||||
|
Reference in New Issue
Block a user