This is a couple of updates to my main dotemacs repo, mostly for visual updates that assume you have compiled Emacs with Emacs bgex.
To do this, I recommend:
- Cloning this emacs mirror
- Checking out the latest release tag that has a patch in the Emacs bgex repo
- Downloading said patch and applying it with
patch -p1 < patch-bgex_<The release>
- Compiling emacs and
sudo make install
-ing it - Following the instructions on my main config
- Clone this repo into
.emacs.d
withgit clone https://github.com/Archenoth/dotemacs.git ~/.emacs.d/Crinkly-config
- Put bgex.el into the same folder as this file
- Add the following code block to your
.emacs
(You can tangle it too if you’re cool with it being overwritten)
(require 'ob-tangle)
(org-babel-load-file "~/.emacs.d/dotemacs/Archenoth-config.org")
(org-babel-load-file "~/.emacs.d/Crinkly-config/Crinkly-config.org")
Included with this repo is a AyaseHex.xpm file made for 1366x768 screens, and a AyaseHex.xcf file to let you make bigger ones! (Up to 1080p)