[Emacs, org] Update references to Spacemacs, pages title
Update some references to Emacs as references to Spacemacs Update title of Spacemacs configuration
This commit is contained in:
parent
217819d4bb
commit
d27a689c4b
@ -2,15 +2,15 @@
|
|||||||
|
|
||||||
- [[file:bootstrap.org][Arch Linux, Phundrak-flavored]]
|
- [[file:bootstrap.org][Arch Linux, Phundrak-flavored]]
|
||||||
- [[file:awesome.org][AwesomeWM configuration]]
|
- [[file:awesome.org][AwesomeWM configuration]]
|
||||||
- [[file:emacs.org][Emacs Configuration]]
|
|
||||||
- [[file:bin.org][Executable scripts]]
|
- [[file:bin.org][Executable scripts]]
|
||||||
- [[file:fish.org][Fish config]]
|
- [[file:fish.org][Fish config]]
|
||||||
- [[file:neofetch.org][Neofetch configuration (WIP)]]
|
- [[file:neofetch.org][Neofetch configuration]]
|
||||||
- [[file:index.org][Phundrak’s dotfiles]]
|
- [[file:index.org][Phundrak’s dotfiles]]
|
||||||
- [[file:picom.org][Picom (Compton) Configuration]]
|
- [[file:picom.org][Picom (Compton) Configuration]]
|
||||||
- [[file:rustfmt.org][Rust format config]]
|
- [[file:rustfmt.org][Rust format config]]
|
||||||
- [[file:spacemacs.org][Spacemacs Configuration]]
|
- [[file:spacemacs.org][Spacemacs Configuration]]
|
||||||
- [[file:tmux.org][Tmux config]]
|
- [[file:tmux.org][Tmux config]]
|
||||||
|
- [[file:emacs.org][Vanilla Emacs Configuration]]
|
||||||
- Deprecated
|
- Deprecated
|
||||||
- [[file:Deprecated/nano.org][Nano configuration]]
|
- [[file:Deprecated/nano.org][Nano configuration]]
|
||||||
- [[file:Deprecated/polybar.org][Polybar config]]
|
- [[file:Deprecated/polybar.org][Polybar config]]
|
||||||
|
@ -1,23 +1,24 @@
|
|||||||
# -*- org-confirm-babel-evaluate: nil -*-
|
# -*- org-confirm-babel-evaluate: nil -*-
|
||||||
#+title: Emacs Configuration
|
#+title: Spacemacs Configuration
|
||||||
#+setupfile: headers
|
#+setupfile: headers
|
||||||
#+OPTIONS: auto-id:t
|
#+OPTIONS: auto-id:t
|
||||||
#+HTML_HEAD_EXTRA: <meta name="description" content="Phundrak’s Emacs Configuration" />
|
#+HTML_HEAD_EXTRA: <meta name="description" content="Phundrak’s Spacemacs Configuration" />
|
||||||
#+HTML_HEAD_EXTRA: <meta property="og:title" content="Phundrak’s Emacs Configuration" />
|
#+HTML_HEAD_EXTRA: <meta property="og:title" content="Phundrak’s Spacemacs Configuration" />
|
||||||
#+HTML_HEAD_EXTRA: <meta property="og:description" content="Phundrak’s Emacs Configuration Detailed" />
|
#+HTML_HEAD_EXTRA: <meta property="og:description" content="Phundrak’s Spacemacs Configuration Detailed" />
|
||||||
#+PROPERTY: header-args: :mkdirp yes :lexical t
|
#+PROPERTY: header-args: :mkdirp yes :lexical t
|
||||||
|
|
||||||
* Introduction
|
* Introduction
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:CUSTOM_ID: Introduction-f1cbb8bb
|
:CUSTOM_ID: Introduction-f1cbb8bb
|
||||||
:END:
|
:END:
|
||||||
This file is the main source file for my Emacs configuration which contains most
|
This file is the main source file for my Spacemacs configuration which
|
||||||
of the user code. It is exported thanks to Emacs’ code tangling from the
|
contains most of the user code. It is exported thanks to Emacs’ code
|
||||||
original Org file which you can find on my dotfiles’ repository[fn:1] if you are
|
tangling from the original Org file which you can find on my dotfiles’
|
||||||
reading the web version of it. You can also find there my ~.spacemacs~[fn:2] and
|
repository[fn:1] if you are reading the web version of it. You can
|
||||||
its code which isn’t part of the present file. As you can see in my
|
also find there my ~.spacemacs~[fn:2] and its code which isn’t part of
|
||||||
~.spacemacs~, at init-time, if Emacs detects the tangled configuration files are
|
the present file. As you can see in my ~.spacemacs~, at init-time, if
|
||||||
older than the Org file, then Emacs tangles them again, and then loads them.
|
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
|
* Spacemacs layers and packages
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
|
Loading…
Reference in New Issue
Block a user