Skip to content

Template for spacemacs config utilizing a structured org-mode file

Notifications You must be signed in to change notification settings

arifer612/spacemacs.org

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spacemacs configuration in a structured org-mode file

This repo creates a template for your spacemacs config to allow configuration within a structured org-mode file. It also becomes the default place where to store your private configuration layers.

Installation

Clone this repo as your ~/.spacemacs.d directory.

git clone https://github.com/arifer612/spacemacs.org.git ~/.spacemacs.d

Start up Spacemacs and it will use the default settings as read in spacemacs.org. If you would like to use your existing settings, port them into spacemacs.org under the dotspacemacs/layers and dotspacemacs/init headings, otherwise the default settings will be used.

Layer configuration

To create a new configuration layer:

SPC SPC configuration-layer/create-layer RET

Then enter the name of your configuration in the prompt.

A directory named after the created configuration layer will be created here along with template files within it (packages.el and extensions.el, more info on the meaning of those files can be found in the documentation).

Each created file has further guidance written in them.

Once the configuration is done, restart Emacs to load, install and configure your layer.

About

Template for spacemacs config utilizing a structured org-mode file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 85.7%
  • YASnippet 14.3%