NM
Size: a a a
NM
SM
NM
D
NM
A
A
NM
PG
(let ((file-name-handler-alist nil))
;; If config is pre-compiled, then load that
(if (file-exists-p (expand-file-name "README.elc" user-emacs-directory))
(load-file (expand-file-name "README.elc" user-emacs-directory))
;; Otherwise use org-babel to tangle and load the configuration
(require 'org)
(org-babel-load-file (expand-file-name "README.org" user-emacs-directory))))
NM
PG
S
NM
D
PG
PG
NM
a