-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Enable line numbers for conf-mode too #6947
Comments
Hold on a minute. The reason for this is not that it was forgotten, rather that conf-mode is implemented as a function and not a genuine major mode, a characteristic it shares with a number of others, e.g. matlab-mode, which is fixed like this. You can make the same tweak for conf-mode (deriving from text-mode seems reasonable). |
Thanks for clearing things. |
I'll do it then. |
@TheBB Now I'm a little bit wrap my brains around code repo and I think I can do it. But where should I put such fix? For now I think that |
I would add another package in |
Just did a PR to develop branch. Sorry in advance if anything bad with it, I'm always ready to improve :) |
* checkversion/master: (82 commits) Bump version to 0.200.4 Update changelog and bump version to 0.200.4 go-guru on MELPA Delete changelog.develop file Update change logs and bump version to 0.200.3 nim: fix key bindings in README Add Spacemacs Shop mention and badge in README Add achievements Add bmag collaborator to COMMUNITY.org Show warnings in home buffer Warn if layers changed outside dotspacemacs/layers Remove check for GOPATH when init go-guru Add hide/show comments on SPC c h New package insert-shebang Match entire path after -I for passing to expand-file-name. Add missing prefices for js2-mode elixir: flycheck on idle Describe scss-lint setup Fix syl20bnr#6947 by deriving conf-mode from text-mode Evil Nr TS, add 0..9 prefix and q quit ...
Hi! For now
dotspacemacs-line-numbers
enables line numbers only forprog-mode
and fortext-mode
. Why not activate it forconf-mode
too by default? I think it's very common to have line numbers shown when editing configuration files. For now I usefor this. I can make PR to
config.el
if you don't mind :)The text was updated successfully, but these errors were encountered: