Journey started in Oct 2015, moved to Spacemacs in Nov 2018. In 2023 Spacemacs broke too often (for me) and was sloooow. Lets start again with a crafted-emacs base and let's see where we go (with gnu guix later).
Go to file
Frieder Schlesier 785aa0bb85 add initial draft for fschl-ide (rustic)
Signed-off-by: Frieder Schlesier <frieder@fschl.de>
2023-07-27 23:57:28 +02:00
.gitignore add README.org, .gitignore 2023-07-16 11:31:33 +02:00
README.org add README.org, .gitignore 2023-07-16 11:31:33 +02:00
TODO.org add initial draft for fschl-ide (rustic) 2023-07-27 23:57:28 +02:00
custom.el add initial draft for fschl-ide (rustic) 2023-07-27 23:57:28 +02:00
early-init.el hereby I declare emacs bancruptcy. 2023-07-15 23:28:55 +02:00
fschl-ide.el add initial draft for fschl-ide (rustic) 2023-07-27 23:57:28 +02:00
fschl-ide.org add initial draft for fschl-ide (rustic) 2023-07-27 23:57:28 +02:00
fschl-org.el update keymap for org-mode 2023-07-19 22:29:48 +02:00
fschl-org.org update keymap for org-mode 2023-07-19 22:29:48 +02:00
fschl-publish.el add elisp versions of fschl-org, fschl-publish 2023-07-16 16:53:45 +02:00
init.el add initial draft for fschl-ide (rustic) 2023-07-27 23:57:28 +02:00
init.org add initial draft for fschl-ide (rustic) 2023-07-27 23:57:28 +02:00

README.org

Fschl Emacs

A new start in 2023, initial bootstrap with crafted-emacs v2beta.

Early setup

  1. clone crafted emacs to ~/src/crafted-emacs, use branch craftedv2beta
  2. create the directory links

      mkdir ~/.config/crafted-emacs-configdir
      ln -s ~/.config/crafted-emacs-configdir/ ~/.config/emacs
      cp ~/src/crafted-emacs/examples/early-init-example.el ~/.config/emacs/early-init.el 
      cp ~/src/crafted-emacs/examples/init-example.el ~/.config/emacs/init.el
  3. adjust user-emacs-directory and crafted-emacs-home accordingly