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

* layers/+completion/helm/packages.el: enable display-fill-column-indicator-mode for helm-ls-git-commit-mode #16771

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

sunlin7
Copy link
Contributor

@sunlin7 sunlin7 commented Dec 30, 2024

Enable the display-fill-column-indicator-mode for helm-ls-git-commit-mode, similar to the magit git commit behavior.
Reproduce steps:

  1. Enable the helm layer
    dotspacemacs-configuration-layers '(helm ...)
  2. start Spacemacs in daemon mode emacs --daemon
  3. try a git commit in a git repo with emacsclient: EDITOR="emacsclient -t" git commit -a

Similar behavior is in the magit layer:

(add-hook 'git-commit-mode-hook 'display-fill-column-indicator-mode))

display-fill-column-indicator-mode for helm-ls-git-commit-mode
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.

1 participant