emacs-configuration icon indicating copy to clipboard operation
emacs-configuration copied to clipboard

All my Emacs' configuration

Results 43 emacs-configuration issues
Sort by recently updated
recently updated
newest added

* https://joelkuiper.eu/spellcheck_emacs * http://hunspell.github.io/ * https://www.languagetool.org/

* https://www.gnu.org/software/emacs/manual/html_node/ediff/Introduction.html#Introduction * https://github.com/justbur/emacs-vdiff When calling `helm-backup` a new window is opened and it's a disaster.

When hitting `M-.` I would like to try these options in this order: * the backend (jedi or rope) * tags for this project * tags for other projects https://elpy.readthedocs.io/en/latest/ide.html#command-elpy-goto-definition

Now, I'm calling `helm-projectile-find-file` but maybe it could be useful to call `helm-etags-select` with the element at point when switching projects. So, this way, we can jump to a method/class...

* http://emacs.stackexchange.com/questions/16948/ignoring-files-in-projectile/19592#19592 * https://github.com/bbatsov/projectile/issues/740 * https://github.com/bbatsov/projectile/issues/1109

`occur` searches for occurrences in the current buffer, and `elpy-` uses a regex to search only for classes and functions. So, I want to integrate them with helm. The problem...

It would be great to have a couple of GIF's for each plugin that it's installed in this repository and point them into the README file. This way, it's too...

https://github.com/mattharrison/pycoverage.el Think about the compatibility with `linenum` and `gitgutter`.

* concept: http://nvie.com/posts/a-successful-git-branching-model/ * gitflow: https://github.com/petervanderdoes/gitflow-avh * gitreflow: https://github.com/reenhanced/gitreflow * magit-gitflow: https://github.com/jtatarik/magit-gitflow

I been using this chunk of code in my `.dir-locals.el` to activate an specific virtualenv once one of the file of this project is visited. ``` ((python-mode . ( ;;...