Skip to content
New issue

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

Use emacs coding conventions and correct font-locking when toggling ansible-mode #31

Merged
merged 4 commits into from
Jun 19, 2019

Conversation

pwojnowski
Copy link
Contributor

  • Correct font-locking when toggling ansible-mode (defined font-locking wasn't toggled immediately when the mode was on/off)
  • Use Emacs coding conventions for naming (Fixes Use idiomatic lisp naming conventions #28 )
  • Reformat misformatted code
  • Remove flycheck some warnings

@k1LoW
Copy link
Owner

k1LoW commented Jun 19, 2019

Hi @pwojnowski Thank you for your commit !!

@k1LoW k1LoW merged commit 071928b into k1LoW:master Jun 19, 2019
perfectayush added a commit to perfectayush/spacemacs that referenced this pull request Jul 8, 2019
Ansible minor mode was recently updated to follow emacs-lisp style naming
convention. This commit makes corresponding function name changes in spacemacs
to fix ansible layer.

Reference:
* k1LoW/emacs-ansible#28
* k1LoW/emacs-ansible#31
duianto pushed a commit to syl20bnr/spacemacs that referenced this pull request Jul 9, 2019
Ansible minor mode was recently updated to follow emacs-lisp style naming
convention. This commit makes corresponding function name changes in spacemacs
to fix ansible layer.

Reference:
* k1LoW/emacs-ansible#28
* k1LoW/emacs-ansible#31
seanfarley added a commit to seanfarley/doomemacs that referenced this pull request Jul 17, 2019
uelei pushed a commit to uelei/doom-emacs that referenced this pull request Aug 9, 2019
stephanschubert pushed a commit to stephanschubert/spacemacs that referenced this pull request Oct 23, 2019
Ansible minor mode was recently updated to follow emacs-lisp style naming
convention. This commit makes corresponding function name changes in spacemacs
to fix ansible layer.

Reference:
* k1LoW/emacs-ansible#28
* k1LoW/emacs-ansible#31
sei40kr pushed a commit to sei40kr/spacemacs that referenced this pull request Nov 11, 2019
Ansible minor mode was recently updated to follow emacs-lisp style naming
convention. This commit makes corresponding function name changes in spacemacs
to fix ansible layer.

Reference:
* k1LoW/emacs-ansible#28
* k1LoW/emacs-ansible#31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use idiomatic lisp naming conventions
2 participants