neeasade / dotfiles

garden
http://noriceno.life
MIT License
383 stars 13 forks source link

Add support for Emacs #13

Closed ghost closed 8 years ago

ghost commented 8 years ago

Suggestions:

neeasade commented 8 years ago

epic, thanks for the tips/links.

gonna dump some links I'd been referencing or planning to reference

edit: http://noctuid.github.io/blog/2015/02/03/a-more-evil-helm/

org mode interests me (haven't used it yet). primary emacs use has not been on personal computer, will add to dots soon™

ghost commented 8 years ago

These are what i call quality of life issues, i don't like using emacs much without these.

vyp commented 8 years ago

If you're a vim user planning to try evil mode, I'd also like to point you to this section in particular: http://nathantypanski.com/blog/2014-08-03-a-vim-like-emacs-config.html#stealing-ibuffers-keymap. Which gives you a way to integrate evil mode with all the Special modes you may encounter. (I use use-package instead of eval-after-load but the idea is the same.)

neeasade commented 8 years ago

@niebieskitrociny are you running emacs via cygwin?

this bit:

backspace fixer (windows only?) (global-set-key [(control h)] 'delete-backward-char)

I don't think applies to me (using windows install of emacs, backspace functions as backspace)

edit: this does fix my issue in xst terminal though. hrm

vyp commented 8 years ago

Just found https://github.com/noctuid/evil-guide if you haven't already. Again assuming you're using evil mode. Also check out http://spacemacs.org/ btw.