diff --git a/README.md b/README.md index fd2221a..a55516c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# EMacs Configuration +# Emacs Configuration Version 2 of my Emacs Configuration updated for Emacs 28.2. Most bindings are kept default. If there are binding changes they are listed here. @@ -9,6 +9,8 @@ Clone this repo into your home directory using: git clone git@git.xchg.sh:angrygoats/emacs-config.git .emacs.d ``` +![emacs screenshot](emacs.png) + ## Server By default `init.el` spins up an Emacs server as it's last task. You can set `EDITOR` to `emacsclient` in order to use your existing diff --git a/emacs.png b/emacs.png new file mode 100644 index 0000000..5e71ac8 Binary files /dev/null and b/emacs.png differ