focksy emacs config
Go to file
a. fox a1a8c5d3e8 updated sly use-package definition 2024-05-02 19:37:11 -04:00
fonts added fonts folder stub 2023-07-03 18:01:21 -04:00
hooks update hook to use byte-compile-file instead of byte-force-recompile 2022-02-01 11:24:10 -05:00
.gitignore combined all config files into config.org 2023-08-01 17:25:32 -04:00
CheckSystemTheme.scpt added CheckSystemTheme script into config directory 2023-04-20 21:04:14 -04:00
README.md combined all config files into config.org 2023-08-01 17:25:32 -04:00
bootstrap.el refactored bootstrap.el 2023-08-01 17:45:05 -04:00
config.org updated sly use-package definition 2024-05-02 19:37:11 -04:00
linux_setup.bash combined all config files into config.org 2023-08-01 17:25:32 -04:00
macos_setup.command cleaned up setup scripts to use names based on operating system 2023-07-27 11:09:19 -04:00
windows_setup.ps1 combined all config files into config.org 2023-08-01 17:25:32 -04:00

README.md

✍️🦊 focksy emacs

Installing

  1. clone the repo
  2. run the setup script for your shell
  3. start emacs

The setup scripts will backup your current emacs config and emacs.d directory (to ~/.emacs.bak and ~/.emacs.d.bak) before symlinking emacs.el to ~/.emacs. It will then attempt to install any fonts inside the fonts/ directory and refresh the font cache.

NOTES

  • If you are running on macOS, the editor will respond to system theme changes. This transition between light/dark mode themes is made smoother by using emacs-plus. If you are using a different version of emacs that does not have the appropriate patches applied, it will default to using a method involving making shell calls to the included applescript "CheckSystemTheme.scpt" file. This will cause a "System Events" dialog popup asking for permission to continue.
  • The fonts directory as provided is empty and the config itself specifies non-free fonts, so please make changes as-needed for your setup.