Updated some paths after the Emacs configuration directory was moved
Some variables in my dotspacemacs were renamed in order to follow the
Spacemacs coding style with a ~//~ used for marking private variables,
and I prefixed their name with ~dotspacemacs-~ in order to avoid any
collision with other packages or configuration I write.
Added back M-« and M-» in order to fix the M-< and M-> shortcuts issue
with the bépo layout.
Added back to their right place my submodules, but I could not add
Spacemacs as one since submodules from a repository cannot host or be
hosted by another submodule of the same repository.
Emacs-related submodules and files are now hosted in ~/.config/emacs
in prevision for Emacs 27 (for now, ~/.emacs.d is a symlink to this
directory)
Other submodules have been moved to ~/.config in order to clean my
$HOME directory
Org files are moved from org/config-website to org/config. Symlink img
was changed accordingly.
org/config/index.org is no longer a symlink and was replaced by the
former README.org which is now shorter and more consice.
org/config/header.org was cleaned, no more lines related to LaTeX
exports and no unused macros
An introduction was added with a direct link to the original org file
as well as the .spacemacs.
Extra packages are now presented as a table, with a description of
what they do and why they are here.
Also modified the behavior of org-mode with
org-structure-template-alist.