NM
Size: a a a
NM
SM
NM
NM
NM
(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
S
SM
NM
NM
NM
SM
SM
SM
NM
NM
DL
NM
SM
DL