mirror of
https://github.com/vale981/boon
synced 2025-03-04 17:11:40 -05:00
select lines in more useful way
This commit is contained in:
parent
b38722acc3
commit
e482b889cc
1 changed files with 2 additions and 2 deletions
|
@ -99,11 +99,11 @@ This item is either the symbol at point, or, if this fails, the sexp at point."
|
|||
(setq temporary-goal-column 0)
|
||||
(lambda ()
|
||||
(list (boon-mk-reg
|
||||
(line-beginning-position)
|
||||
(save-excursion
|
||||
(newline (+ (forward-line count)
|
||||
(if (eq (point) (line-beginning-position)) 0 1)))
|
||||
(point))
|
||||
(line-beginning-position)))))
|
||||
(point))))))
|
||||
|
||||
|
||||
(defun boon-select-n (count thing)
|
||||
|
|
Loading…
Add table
Reference in a new issue