|
@ -38,6 +38,8 @@ Assuming you have completed all of the following tasks prior to proceeding furth |
|
|
3. Defined the =host= file |
|
|
3. Defined the =host= file |
|
|
4. Created all required symbolic links |
|
|
4. Created all required symbolic links |
|
|
|
|
|
|
|
|
|
|
|
Launch emacs: ~emacs -mm --debug-init~ |
|
|
|
|
|
|
|
|
#+begin_src emacs-lisp |
|
|
#+begin_src emacs-lisp |
|
|
;; Load the host configuration. |
|
|
;; Load the host configuration. |
|
|
(let ((host-file (concat user-emacs-directory "/hosts/" system-name ".el"))) |
|
|
(let ((host-file (concat user-emacs-directory "/hosts/" system-name ".el"))) |
|
|