summaryrefslogtreecommitdiff
path: root/blendoit/blendoit-init.org
diff options
context:
space:
mode:
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