Config setup inspired by this cool guy.
Add this to your startup Emacs config (be that `.emacs` or `~/.config/emacs/`:
(setq load-path (append load-path
(list (expand-file-name "~/Repos/emacs-config"))
))
(load "init.el")- pmh/compile-org-scratch
- Compiles
org-scratch.el, allowing support for org-scratch buffers.
- Compiles