Skip to content

Commit

Permalink
fix plist-list formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tralph3 committed Aug 21, 2024
1 parent 7ea91fb commit ed937d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conner.el
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,8 @@ If Projectile is available, it defaults to it. Otherwise, it uses
(lisp-data-mode)
(insert "(")
(dolist (plist plist-list)
(insert (conner--pp-plist plist)))
(insert (conner--pp-plist plist) "\n"))
(backward-delete-char-untabify 1)
(when (length> (buffer-string) 0)
(insert ")"))
(indent-region (point-min) (point-max))
Expand Down

0 comments on commit ed937d7

Please sign in to comment.