The best editor is neither Emacs nor Vim, it's Emacs and Vim
1–9 of 9 posts
Re: The best editor is neither Emacs nor Vim, it's Emacs and Vim
#2I recently switched to Spacemacs and I'm really enjoying it. If you're a Vim user who wants to try Emacs, or an Emacs user who wants to work faster I recommend trying it.
Re: The best editor is neither Emacs nor Vim, it's Emacs and Vim
#3Pardon my ignorance but just running `git clone --recursive http://github.com/syl20bnr/spacemacs ~/.emacs.d` would install it? Wouldn't I need a working Emacs installation first? If yes, which one should I install for a Mac?
Re: The best editor is neither Emacs nor Vim, it's Emacs and Vim
#4Pardon my ignorance but just running `git clone --recursive http://github.com/syl20bnr/spacemacs ~/.emacs.d` would install it? Wouldn't I need a working Emacs installation first? If yes, which one should I install for a Mac?
You do need Emacs installed - First get it from http://emacsformacosx.com
Re: The best editor is neither Emacs nor Vim, it's Emacs and Vim
#5can anyone teach me how to add erlang-elixir layer to dotspacemacs-configuration-layers list in ~/.spacemacs
Re: The best editor is neither Emacs nor Vim, it's Emacs and Vim
#6How difficult is it to use my vim plugins and dot-files?
Re: The best editor is neither Emacs nor Vim, it's Emacs and Vim
#7can anyone teach me how to add erlang-elixir layer to dotspacemacs-configuration-layers list in ~/.spacemacs
(setq-default
;; List of configuration layers to load.
dotspacemacs-configuration-layers '(erlang-elixir)
)
Re: The best editor is neither Emacs nor Vim, it's Emacs and Vim
#8This thing is really great. Been playing around with it for a few days and threw away my old .emacs. It's that good.
One pro is that it will make plenty of excellent emacs packages easily discoverable.
Re: The best editor is neither Emacs nor Vim, it's Emacs and Vim
#9Pardon my ignorance but just running `git clone --recursive http://github.com/syl20bnr/spacemacs ~/.emacs.d` would install it? Wouldn't I need a working Emacs installation first? If yes, which one should I install for a Mac?
You do need Emacs installed - First get it from http://emacsformacosx.com
You can also do "brew install emacs". I think that is the preferred option for Spacemacs.