diff options
-rw-r--r-- | init.el | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -271,13 +271,7 @@ Make N (default: 1) copies of the current line or region." (newline) (forward-line 1)))))) (dotimes (_ (abs n1)) - (insert text)))) - (let* ((beg (if u-r-p - (region-beginning) - (line-beginning-position))) - (end (if u-r-p - (region-end) - (line-end-position))))))) + (insert text)))))) ;;; Defaults |