Dont jump cursor to the inserted position
This commit is contained in:
@@ -1062,7 +1062,7 @@ Functions that only use built-in Emacs functionality.
|
|||||||
;; Insert spaces
|
;; Insert spaces
|
||||||
(let ((diff (- until-column current-column)))
|
(let ((diff (- until-column current-column)))
|
||||||
(if (> diff 0)
|
(if (> diff 0)
|
||||||
(insert (make-string diff ?\ ))
|
(save-excursion (insert (make-string diff ?\ )))
|
||||||
(user-error "Column should be higher than point")))))
|
(user-error "Column should be higher than point")))))
|
||||||
|
|
||||||
(defun dot/reload-theme ()
|
(defun dot/reload-theme ()
|
||||||
|
|||||||
Reference in New Issue
Block a user