Mohammed Ismail Ansari
Mohammed Ismail Ansari
You need to do two things: 1. Add `yaml-mode` to the list of packages [here](https://github.com/myTerminal/super-emacs/blob/296f52c7b267f95c82e5e1efd3effd481b1299fd/.emacs.d/super-emacs/basic/packages.el#L6) 2. Add a hook such that `yaml-mode` is started when you open a `*.yaml` file...
As of now, there isn't a dedicated place for hooks, but as a part of an upcoming massive update, I'm planning to introduce one.
Yes. I've been facing this issue as well since I've started using autopairs, but I never bothered to disable it for certain scenarios. This is a good idea, I'll investigate...
I recall now that I replaced it with [electric-pair-mode](https://github.com/myTerminal/super-emacs/blob/eeab8a11208542d95e5304ca01c92336d55e165d/.emacs.d/super-emacs/config-misc.el#L22) long back. I also realize that I don't face that issue anymore.
@ericllazarus, do we still have this issue? If not, can we close this issue?
It makes sense but to me, that sounds like a lot of details outside the scope of super-emacs. They'll have to set up their system that'll include a few decisions...
@ericllazarus, do you think we still need this in super-emacs?
Do you already have something in super emacs about fast finding of the files I visit often and such?
Sorry for the late response. [counsel-projectile](https://github.com/ericdanan/counsel-projectile) should be the one that you're looking for. [This line](https://github.com/myTerminal/super-emacs/blob/296f52c7b267f95c82e5e1efd3effd481b1299fd/.emacs.d/super-emacs/basic/packages.el#L75) defines the projectile prefix to be "C-c C-p", so for example, if you intend...
I'm finally getting to work on this after a long while and have pushed some changes. @ericllazarus, Kindly try it out and let me know how it all looks now....
@ericllazarus, I'm thinking I should be including blank 'custom' files as well and not ignore them in the project. That way you don't have to 'force' git to track them...