Install Spacemacsλ︎
Emacs version 28 available as current package
Clone Spacemacsλ︎
Use your favourite git client or the following command in a terminal window to clone Spacemacs:
Clone Practicalli Spacemacs configurationλ︎
Clone practicalli/spacemacs.d configuration or first create a fork and clone that fork
Using SSH
Using HTTPS
~/.config/spacemacs/init.el
is the main configuration file, ensure ~/.spacemacs
file does not exist as that file would take precedence.
Ensure SPACEMACSDIR
environment variable is set to the Practicalli Spacemacs configuration directory in the ~/.profile
file
SPACEMACSDIR environment variable in ~/.profile
export XDG_CONFIG_HOME=$HOME/.config
export XDG_DATA_HOME=$HOME/.local/share
export XDG_STATE_HOME=$HOME/.local/state
export XDG_CACHE_HOME=$HOME/.cache
# Set XDG location of Emacs Spacemacs configuration
export SPACEMACSDIR="$XDG_CONFIG_HOME/spacemacs"
Searching filesλ︎
Spacemacs uses ripgrep, a highly optimised tool for finding files on the operating system.
Last update:
March 20, 2023