0fa3658cd8
This idea is to have the spacemacs-base distribution only configure defaults for built-in packages. Those buit-in packages are now configured in the new layer spacemacs-defaults. Additionally some other packages of spacemacs-base have been dispatched to better suiting spacemacs layers. Projectile has been moved to the new layer spacemacs-project - Move the following packages to bootsrap distributio layer: - exec-path-from-shell - evil-evilified-state - holy-mode - hybrid-mode - spacemacs-theme - ace-window has been moved to spacemacs-navigation - centered-buffer-mode has been moved to spacemacs-editing-visual - pcre2el has been moved to spacemacs-editing - evil-escape and evil-visualstar have been moved to spacemacs-evil
14 lines
529 B
Org Mode
14 lines
529 B
Org Mode
#+TITLE: spacemacs-project layer
|
|
|
|
* Table of Contents :TOC_4_gh:noexport:
|
|
- [[#description][Description]]
|
|
- [[#features][Features:]]
|
|
|
|
* Description
|
|
This layer tweaks =org-mode= to integrate nicely into Spacemacs.
|
|
|
|
** Features:
|
|
- Configuration for =flyspell= to check =org-buffers= for typos.
|
|
- Support for automatically generated Table-Of-Contents via =toc-org=.
|
|
- Support for custom bullet markers via =org-bullets=.
|
|
- Support for a special view mode for org documents via =space-doc=.
|