rodlogic / .spacemacs.d

My spacemacs configuration.

Home Page:http://modernemacs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My personal-layer based Spacemacs configuration.

I focus on customizing Emacs’s display in unique ways.

Description

See display layer for screenshots.

See config layer for keybindings.

config
Typical emacs package configurations.
display
Houses my pretty packages and display updates.
langs
Language configuration.
macros
General purpose macros, base layer for all others.
personal
Personal packages that aren’t display related.

See Migrating to Spacemacs Layers to understand this configuration in better depth.

Install

pretty-fonts, providing programming ligatures, requires Fira Code Symbol (download link) font installed. It just uses Fira’s ligatures, any font can be used in tandem. Failure to install the ligatures or disable pretty-fonts will yield strange unicode characters all-over.

In the layers/display/packages.el, I make heavy use of all-the-icons. If you use those packages and keep the icons, make to install it.

Select the font of your choice dotspacemacs-default-font in init.el. My font, operator mono, is a paid one.

Theme updates are in layers/display/config.el. Cycle themes with SPC T n. I support Zenburn and Solarized-light atm.

To install clone to your home directory. Set ERIC-ONLY? at the top of init.el to nil (see spacemacs issue 4979).

About

My spacemacs configuration.

http://modernemacs.com

License:MIT License


Languages

Language:Emacs Lisp 100.0%