mirror of
https://github.com/vale981/boon
synced 2025-03-06 10:01:41 -05:00
beginning of line: go to indentation first
This commit is contained in:
parent
c0c1832578
commit
f44504b58d
1 changed files with 2 additions and 2 deletions
|
@ -261,9 +261,9 @@ If point was already at that position, move point to beginning of
|
|||
line."
|
||||
(interactive)
|
||||
(let ((oldpos (point)))
|
||||
(beginning-of-line)
|
||||
(back-to-indentation)
|
||||
(when (= oldpos (point))
|
||||
(back-to-indentation))))
|
||||
(beginning-of-line))))
|
||||
|
||||
(defun boon-looking-at-comment (how-many)
|
||||
"Is the current point looking at 'how many' comments? (negative for backwards)"
|
||||
|
|
Loading…
Add table
Reference in a new issue