Do not indent at the beginning of buffer
This commit is contained in:
parent
df700cc99e
commit
69bab1deb3
1 changed files with 3 additions and 0 deletions
|
@ -452,6 +452,9 @@ START is the buffer position where the sexp starts."
|
||||||
(start))
|
(start))
|
||||||
(cons
|
(cons
|
||||||
(cond
|
(cond
|
||||||
|
;; Beginning of buffer
|
||||||
|
((bobp)
|
||||||
|
'no-indent)
|
||||||
;; Inside a paren
|
;; Inside a paren
|
||||||
((setq start (nth 1 ppss))
|
((setq start (nth 1 ppss))
|
||||||
'inside-paren)
|
'inside-paren)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue