Update README.md and remove window-divider-mode
This commit is contained in:
@@ -744,6 +744,7 @@ And [add the elpaca bootstrap code](https://github.com/progfolio/elpaca?tab=read
|
|||||||
;; Disable momentum-based scrolling for precise control and enable smoother scrolling.
|
;; Disable momentum-based scrolling for precise control and enable smoother scrolling.
|
||||||
(setq pixel-scroll-precision-use-momentum nil)
|
(setq pixel-scroll-precision-use-momentum nil)
|
||||||
(pixel-scroll-precision-mode 1)
|
(pixel-scroll-precision-mode 1)
|
||||||
|
|
||||||
;; Note: If you're using the pre-built `emacs-mac` (version <= 29.1), pixel-based smooth scrolling
|
;; Note: If you're using the pre-built `emacs-mac` (version <= 29.1), pixel-based smooth scrolling
|
||||||
;; is handled by the Mac port code instead of `pixel-scroll-precision-mode`. In this case, use the
|
;; is handled by the Mac port code instead of `pixel-scroll-precision-mode`. In this case, use the
|
||||||
;; following line instead of the two lines above:
|
;; following line instead of the two lines above:
|
||||||
@@ -753,7 +754,6 @@ And [add the elpaca bootstrap code](https://github.com/progfolio/elpaca?tab=read
|
|||||||
;; For more details, see:
|
;; For more details, see:
|
||||||
;; https://bitbucket.org/mituharu/emacs-mac/commits/65c6c96f27afa446df6f9d8eff63f9cc012cc738
|
;; https://bitbucket.org/mituharu/emacs-mac/commits/65c6c96f27afa446df6f9d8eff63f9cc012cc738
|
||||||
|
|
||||||
|
|
||||||
(display-time-mode)
|
(display-time-mode)
|
||||||
(show-paren-mode +1) ; Paren match highlighting
|
(show-paren-mode +1) ; Paren match highlighting
|
||||||
(winner-mode 1)
|
(winner-mode 1)
|
||||||
|
|||||||
2
init.el
2
init.el
@@ -249,8 +249,6 @@
|
|||||||
window-divider-default-places t
|
window-divider-default-places t
|
||||||
window-divider-default-right-width 1)
|
window-divider-default-right-width 1)
|
||||||
|
|
||||||
(add-hook 'after-init-hook #'window-divider-mode)
|
|
||||||
|
|
||||||
;;; Scrolling
|
;;; Scrolling
|
||||||
|
|
||||||
;; Enables faster scrolling through unfontified regions. This may result in
|
;; Enables faster scrolling through unfontified regions. This may result in
|
||||||
|
|||||||
Reference in New Issue
Block a user