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))
|
||||
(cons
|
||||
(cond
|
||||
;; Beginning of buffer
|
||||
((bobp)
|
||||
'no-indent)
|
||||
;; Inside a paren
|
||||
((setq start (nth 1 ppss))
|
||||
'inside-paren)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue