projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad1f9d9
)
* init.el(b/duplicate-line-or-region): Remove unused code.
author
Amin Bandali
<bandali@gnu.org>
Tue, 21 Apr 2020 04:57:34 +0000
(
00:57
-0400)
committer
Amin Bandali
<bandali@gnu.org>
Tue, 21 Apr 2020 04:57:34 +0000
(
00:57
-0400)
init.el
patch
|
blob
|
blame
|
history
diff --git
a/init.el
b/init.el
index
5d4b8b5
..
bb42550
100644
(file)
--- a/
init.el
+++ b/
init.el
@@
-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))))))
\f
;;; Defaults