Manuel Kaufmann
Manuel Kaufmann
https://emacs.stackexchange.com/questions/20712/how-to-add-complex-syntax-highlighting-in-a-minor-mode/20713
https://www.gnu.org/software/emacs/manual/html_node/elisp/Syntax-Tables.html#Syntax-Tables
https://stackoverflow.com/questions/46003307/color-python-keyword-arguments-in-emacs
* https://github.com/redguardtoo/evil-nerd-commenter
Take a look at the issues and PR's since they are still working on this. Two things that I would like to have here are: 1. do not open a...
I'm using this function to edit files as SUDO and save a backup with helm-backup ``` E() { # alias E='SUDO_EDITOR="emacsclient --alternate-editor emacs" sudoedit' emacsclient --eval "(find-file (concat \"/sudo::\" (expand-file-name...
I tried it and I don't see any feature better than `helm-projectile`.
https://github.com/Fuco1/dired-hacks
http://ranger.nongnu.org/
This helped me to avoid opening a new frame: http://pragmaticemacs.com/emacs/visualise-and-copy-differences-between-files/