summaryrefslogtreecommitdiff
path: root/blendoit/init-bootstrap.el
blob: 507ebda595151294e3af4e5081ea2545c4377295 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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