summaryrefslogtreecommitdiff
path: root/blendoit/init-bootstrap.el
diff options
context:
space:
mode:
Diffstat (limited to 'blendoit/init-bootstrap.el')
-rw-r--r--blendoit/init-bootstrap.el13
1 files changed, 13 insertions, 0 deletions
diff --git a/blendoit/init-bootstrap.el b/blendoit/init-bootstrap.el
new file mode 100644
index 0000000..507ebda
--- /dev/null
+++ b/blendoit/init-bootstrap.el
@@ -0,0 +1,13 @@
+;;; init-bootstrap.el --- load main Emacs config from USB drive.
+
+;;; Commentary:
+;; This package enables the bootstrapping of a full `.emacs.d/' configuration
+;; residing on a removable drive. It is copied over from init-bootstrap.el to
+;; init.el, at a location the OS expects to find that file. Then, every time
+;; Emacs is started, it will scan the top level of all typical mount points in
+;; an effort to detect an existing `.emacs.d/'.
+
+;;; Code:
+
+(provide 'init-bootstrap)
+;;; init-bootstrap.el ends here
Copyright 2019--2024 Marius PETER