We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For example,
-(defun elisp-format-string-length ()⏎ +(defun elisp-format-string-length () ⏎ "Return string length."⏎ - (- (elisp-format-string-end-position)⏎ + (- (elisp-format-string-end-position) ⏎ (elisp-format-string-beg-position)))⏎
If you run elisp-format on itself and git diff, you’ll see many more examples of this.
git diff
(I’m using Emacs 26.1 on Ubuntu 18.04.)
The text was updated successfully, but these errors were encountered:
This is a solution:
(add-hook 'before-save-hook (lambda() (elisp-format-buffer) (whitespace-cleanup)) t t)
Sorry, something went wrong.
Sorry late reply. Recently, I don't write elisp codes...
If someone can make PR, then I can verify, and accept.
No branches or pull requests
For example,
If you run elisp-format on itself and
git diff
, you’ll see many more examples of this.(I’m using Emacs 26.1 on Ubuntu 18.04.)
The text was updated successfully, but these errors were encountered: