Add simple vanilla-emacs test ground

This commit is contained in:
Henrik Lissner 2018-04-21 21:05:31 -04:00
parent fa3f627f44
commit f3facdf642
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 24 additions and 0 deletions

View file

@ -28,3 +28,10 @@
;;; License: MIT
(require 'core (concat user-emacs-directory "core/core"))
;; To test something in a blank, vanilla Emacs session (Emacs -Q) comment the
;; require above and load core/debug.el instead:
;;
;; (load (concat user-emacs-directory "core/debug.el"))
;;
;; <-- place debug code here -->