Much credit goes to the orignal author @fernandomayer for putting the upstream repo together. It has been an extremely useful resource.
Spacemacs is a community driven configuration distribution to power up your Emacs. Some selling points of Spacemacs:
.emacs
the way you want.This repository contains my .spacemacs
file (named spacemacs.el
) and
some private layers.
Layers are in the private
directory, and now they are:
ess
: This is a clone of the original Spacemacs ess layer
(available at layers/+lang/ess
), but it includes the following
modifications:
%>%
and add a newline bound to "C-'"
<-
bound to "C-\""
"C-c i"
"C-c r"
or ", r"
.", e"
.devtools
under d
prefixh
prefixpolymode
: Creates a layer to install and configure polymode,
adding support for R markdown (Rmd
) files in Spacemacs.
(Note that ess already supports Rnw
files, and this is enabled by
default in Spacemacs).
These layers are enabled by moving them to ~/emacs.d/private
and adding
these lines at dotspacemacs-configuration-layers
in .spacemacs
ess
polymode