Move user-init-file declaration from org file to bootstrap.

- i couldn't get it to work when in the org-mode file, oddly
- moving it to the bootstrap file worked just fine.
s2svpn
jowj 5 years ago
parent 210de56cf3
commit f55c6bd73b

@ -2,6 +2,8 @@
;; Bootstrap's bootstraps
;;;; bootstrap's bootstraps
(setq user-init-file "~/Documents/projects/agares/applicationConfiguration/.emacs/init.el")
(package-initialize)
(require 'package)
(setq package-archives

@ -368,7 +368,7 @@ the only thing that isn't pretty much stock is
* misc
#+BEGIN_SRC elisp
(setq user-init-file "~/Documents/projects/agares/applicationConfiguration/.emacs/init.el")
(setq indent-tabs-mode nil) ; always use spaces when indenting
(setq require-final-newline t)
(setq backup-directory-alist `(("." . "~/Nextcloud/Documents/org/.saves")))

Loading…
Cancel
Save