Only trigger property indent correction in plists
Before (defcli! :main () ...) After (defcli! :main () ...)
This commit is contained in:
parent
35591cfc4c
commit
cacc4a0ff7
1 changed files with 1 additions and 0 deletions
|
@ -264,6 +264,7 @@ https://emacs.stackexchange.com/questions/10230/how-to-indent-keywords-aligned"
|
|||
(save-excursion
|
||||
(goto-char orig-point)
|
||||
(and (eq (char-after) ?:)
|
||||
(eq (char-before) ?\()
|
||||
(setq target (current-column)))))
|
||||
(save-excursion
|
||||
(move-to-column target t)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue