From d27a689c4be05692a2860804b2ac0cc63aed3a8b Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Wed, 9 Jun 2021 17:38:26 +0200 Subject: [PATCH] [Emacs, org] Update references to Spacemacs, pages title Update some references to Emacs as references to Spacemacs Update title of Spacemacs configuration --- org/config/sitemap.org | 4 ++-- org/config/spacemacs.org | 23 ++++++++++++----------- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/org/config/sitemap.org b/org/config/sitemap.org index edb01da..5bb5dfc 100644 --- a/org/config/sitemap.org +++ b/org/config/sitemap.org @@ -2,15 +2,15 @@ - [[file:bootstrap.org][Arch Linux, Phundrak-flavored]] - [[file:awesome.org][AwesomeWM configuration]] -- [[file:emacs.org][Emacs Configuration]] - [[file:bin.org][Executable scripts]] - [[file:fish.org][Fish config]] -- [[file:neofetch.org][Neofetch configuration (WIP)]] +- [[file:neofetch.org][Neofetch configuration]] - [[file:index.org][Phundrak’s dotfiles]] - [[file:picom.org][Picom (Compton) Configuration]] - [[file:rustfmt.org][Rust format config]] - [[file:spacemacs.org][Spacemacs Configuration]] - [[file:tmux.org][Tmux config]] +- [[file:emacs.org][Vanilla Emacs Configuration]] - Deprecated - [[file:Deprecated/nano.org][Nano configuration]] - [[file:Deprecated/polybar.org][Polybar config]] diff --git a/org/config/spacemacs.org b/org/config/spacemacs.org index fc547aa..16c3748 100644 --- a/org/config/spacemacs.org +++ b/org/config/spacemacs.org @@ -1,23 +1,24 @@ # -*- org-confirm-babel-evaluate: nil -*- -#+title: Emacs Configuration +#+title: Spacemacs Configuration #+setupfile: headers #+OPTIONS: auto-id:t -#+HTML_HEAD_EXTRA: -#+HTML_HEAD_EXTRA: -#+HTML_HEAD_EXTRA: +#+HTML_HEAD_EXTRA: +#+HTML_HEAD_EXTRA: +#+HTML_HEAD_EXTRA: #+PROPERTY: header-args: :mkdirp yes :lexical t * Introduction :PROPERTIES: :CUSTOM_ID: Introduction-f1cbb8bb :END: -This file is the main source file for my Emacs configuration which contains most -of the user code. It is exported thanks to Emacs’ code tangling from the -original Org file which you can find on my dotfiles’ repository[fn:1] if you are -reading the web version of it. You can also find there my ~.spacemacs~[fn:2] and -its code which isn’t part of the present file. As you can see in my -~.spacemacs~, at init-time, if Emacs detects the tangled configuration files are -older than the Org file, then Emacs tangles them again, and then loads them. +This file is the main source file for my Spacemacs configuration which +contains most of the user code. It is exported thanks to Emacs’ code +tangling from the original Org file which you can find on my dotfiles’ +repository[fn:1] if you are reading the web version of it. You can +also find there my ~.spacemacs~[fn:2] and its code which isn’t part of +the present file. As you can see in my ~.spacemacs~, at init-time, if +Emacs detects the tangled configuration files are older than the Org +file, then Emacs tangles them again, and then loads them. * Spacemacs layers and packages :PROPERTIES: