Earlier quoted context omitted.
and http://emacs-fu.blogspot.ru/
and one more with screencasts: http://killring.org/hack-emacs/
Being a fan of both, a lot of cool things from Vim to could be brought to Emacs workflow.
61–64 of 64 posts
Earlier quoted context omitted.
and http://emacs-fu.blogspot.ru/
and one more with screencasts: http://killring.org/hack-emacs/
Being a fan of both, a lot of cool things from Vim to could be brought to Emacs workflow.
Earlier quoted context omitted.
My emacs automatically downloads and installs all my used packages on first startup on a fresh install. Literally all I have to do on a new box is clone my dotfiles and start emacs.
How do you achieve that?
It's gotten more sophisticated over the years. I can probably clean it up some but it works so I haven't touched it :-)
Earlier quoted context omitted.
Regarding sublime's API, can you split windows? Invoke subprocesses, and create REPLs? Genuinely curious, but I think you can do a lot more with Emacs' APIs, and modify core parts of the editor since most of it is written in ELisp and you can easily swap out functions.
Yes, you can do all of those things with sublime's API ( https://github.com/wuub/SublimeREPL , https://github.com/SublimeText/Origami ). Yes, emacs is more extensible, but not where it matters, really. I.e., I don't think you're going to see any cool feature made with elisp that can't be ported to sublime.
See e.g. tramp, org-mode, the vc-modes, gnus, magit, smart indenting etc.
martinced: you have been hell-banned for some, to me, completely opaque reason.
Earlier quoted context omitted.
> (vi seems to be on every *nix machine without fail). I tend to uninstall vi and install ed on my machines, it is just enough and about 90% smaller! :)
TRAMP & eshell would help you achieve 100% your local Emacs productivity on remote machines, and 100% smaller (you actually don't need to install anything on remote machine) :-)