summaryrefslogtreecommitdiff
path: root/blendoit/init-bootstrap.el
diff options
context:
space:
mode:
authorBlendoit <blendoit@gmail.com>2020-08-23 13:57:42 -0700
committerBlendoit <blendoit@gmail.com>2020-08-23 13:57:42 -0700
commit9a37fbe364e1918d4fbcf0b0180fea810d84f983 (patch)
tree1f1cca675d5e32519a5b444dd8cbc4fe37ae042c /blendoit/init-bootstrap.el
parent47c02fa9450a01dcb7de0a5f41fdfda3f12f1ff1 (diff)
Start work on Portable Emacs.
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