Fix broken alignment commands

This commit is contained in:
justbur 2015-09-03 16:21:37 -04:00 committed by Eivind Fonn
parent f10c874095
commit 7e8b4ef473
1 changed files with 1 additions and 1 deletions

View File

@ -989,7 +989,7 @@ the right."
`(defun ,new-func (start end switch)
(interactive "r\nP")
(let ((after (not (eq (if switch t nil) (if ,default-after t nil)))))
(align-repeat start end ,regexp ,justify-right after)))))
(spacemacs/align-repeat start end ,regexp ,justify-right after)))))
(spacemacs|create-align-repeat-x "comma" "," nil t)
(spacemacs|create-align-repeat-x "semicolon" ";" nil t)