This is my Emacs config from scratch after using both Spacemacs and Doom Emacs.
Found at ./emacs.org
Based on the SPC
leader key with which-key
EXWM configured via ./desktop.org Based on i3wm + spacemacOS bindings
https://github.com/tonsky/FiraCode/wiki/Installing
Ubuntu: `apt-get install fonts-cantarell`
`emacs –batch –eval “(require ‘org)” –eval ‘(org-babel-tangle-file “emacs.org”)’
Install Emojis
`brew install enchant`
http://yitang.uk/2023/02/09/emacs-as-service-in-macos/
- Emacs from scratch: https://github.com/daviwil/emacs-from-scratch https://github.com/daviwil/dotfiles/blob/master/Emacs.org
- Spacemacs Default bindings: https://github.com/syl20bnr/spacemacs/blob/develop/layers/+spacemacs/spacemacs-defaults/keybindings.el
- Doom Emacs bindings: https://github.com/hlissner/doom-emacs/blob/develop/modules/config/default/+emacs-bindings.el
- Example using literate and Spacemacs style keybindings https://github.com/chayward1/dotfile