A repo for my Emacs init settings.
- Machine specific settings (local.el)
- Allow customization for different machines (e.g. loading internal libs)
- Dired-sidebar(
C-c C-f
) & Buffer-sidebar(C-c C-b
)- Allow customization of hidden files in dired-mode
- Pre-populate git commit message with appropriate git template.
- Allow simple scripting in git template, currently support auto-replacement
of the following variable (including the
${XXX}
symbol):- ${BRANCH_NAME}: current branch name
- ${BRANCH_DESCRIPTION}: current branch description (see Git Branch#Edit Description)
- ${CURSOR}: the final cursor position
- Allow simple scripting in git template, currently support auto-replacement
of the following variable (including the
- Emacs for MAC >= 26.2
- Using
git clone [email protected]:cielong/emacs-init-file.git
to download the repo - Copy all the files into the ~/.emacs.d directory.