Federico Carrone

Results 154 issues of Federico Carrone

Check https://youtu.be/O6g5C4jUCUc

- [ ] Add good fonts like hack and fira - [ ] https://github.com/Malabarba/elisp-bug-hunter - [ ] https://github.com/abo-abo/ace-window - [ ] http://endlessparentheses.com/multiple-cursors-keybinds.html - [ ] https://github.com/justbur/emacs-which-key - [ ] https://github.com/leoliu/ggtags...

Add ycm and rtags with a company backend. Check ideas from: https://www.reddit.com/r/emacs/comments/49ee8f/autocompletion_in_emacs_what_to_do/

Update readme and webpage

http://endlessparentheses.com/transposing-keybinds-in-emacs.html

Check https://github.com/jscheid/dtrt-indent/issues/14

bug
enhancement

Use something like this: ``` elisp (require 'f) (setq erlang-indent-level 2) 2 (defun indent-file (file) (find-file file) (indent-region (point-min) (point-max)) ) (defun reindent-project (path) (dolist (file (f-files path nil t))...

Add whitespace OCD modes: - glasserc/ethan-wspace - smarttab

Configure https://github.com/syohex/emacs-quickrun