summaryrefslogtreecommitdiff
path: root/blendoit/blendoit-init.org
diff options
context:
space:
mode:
authorBlendoit <blendoit@gmail.com>2020-08-23 19:26:58 -0700
committerBlendoit <blendoit@gmail.com>2020-08-23 19:26:58 -0700
commitd284d5b67ca6980f227dfe5f2f06476d7b3f76fc (patch)
tree698aa64f861b8a0dfb23c3667fa9279dc1061bc5 /blendoit/blendoit-init.org
parent3c54a22c169dafb18f5a87fa6ccf0a14863d44b8 (diff)
Bootstrap
Diffstat (limited to 'blendoit/blendoit-init.org')
-rw-r--r--blendoit/blendoit-init.org22
1 files changed, 17 insertions, 5 deletions
diff --git a/blendoit/blendoit-init.org b/blendoit/blendoit-init.org
index a457ab8..2125246 100644
--- a/blendoit/blendoit-init.org
+++ b/blendoit/blendoit-init.org
@@ -44,14 +44,26 @@ Bootstrap main configuration from USB drive.
#+NAME: first-setup
#+BEGIN_SRC emacs-lisp
- ;; Prompt enterprise or personal install. Create file in .emacs.d/ on Linux,
- ;; AppData/ on Windows. Ask user for details and preferred bindings.
+ ;; Prompt enterprise or personal install. Create file in .emacs.d/ on Linux,
+ ;; AppData/ on Windows. Ask user for details and preferred bindings.
-; Check if .emacs.d exists
+ ; Check if .emacs.d exists
-; If it does, warn user
+ ; If it does, warn user
-; Copy init-bootstrap.el from USB to where operating systems expects init.el
+ ; Copy init-bootstrap.el from USB to where operating systems expects init.el
+
+ ;; (defun blendoit/first-time-setup-windows-nt ()
+ ;; "Execute the first-time setup on MS Windows.
+ ;; If no `.emacs.d/' config exists on local system, copy
+ ;; init-bootstrap.el to `~.emacs.d/'."
+ ;; (interactive)
+ ;; (find-file "~/.emacs.d/blendoit/blendoit-init.org"))
+
+
+
+ ;; (cond ((string-equal system-type "windows-nt")blendoit/first-time-setup-windows-nt)
+ ;; ((string-equal system-type "gnu/linux") blendoit/first-time-setup-linux))
#+END_SRC
** File system paths
Copyright 2019--2024 Marius PETER