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 078dd7805b add elisp versions of fschl-org, fschl-publish
Signed-off-by: Frieder Schlesier <frieder@fschl.de>
2023-07-16 16:53:45 +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
custom.el hereby I declare emacs bancruptcy. 2023-07-15 23:28:55 +02:00
early-init.el hereby I declare emacs bancruptcy. 2023-07-15 23:28:55 +02:00
fschl-org.el add elisp versions of fschl-org, fschl-publish 2023-07-16 16:53:45 +02:00
fschl-publish.el add elisp versions of fschl-org, fschl-publish 2023-07-16 16:53:45 +02:00
init.el add init.org, use org-mode tangle to build init.el 2023-07-16 11:32:06 +02:00
init.org add init.org, use org-mode tangle to build init.el 2023-07-16 11:32:06 +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