Revise comments
This commit is contained in:
parent
c9b41205b2
commit
9d643b14ed
3 changed files with 19 additions and 20 deletions
|
@ -56,9 +56,9 @@ For example, diffs and log buffers. Accepts `left', `right', `up', and `down'.")
|
|||
"~/.cache/")
|
||||
"git/credential/socket")))
|
||||
|
||||
;; Prevent scrolling when manipulating magit-status hunks. Otherwise you must
|
||||
;; reorient yourself every time you stage/unstage/discard/etc a hunk.
|
||||
;; Especially so on larger projects."
|
||||
;; Prevent sudden window position resets when staging/unstaging/discarding/etc
|
||||
;; hunks in `magit-status-mode' buffers. It's disorienting, especially on
|
||||
;; larger projects.
|
||||
(defvar +magit--pos nil)
|
||||
(add-hook! 'magit-pre-refresh-hook
|
||||
(defun +magit--set-window-state-h ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue