remove references to agares folder.

master
josiah 5 years ago
parent c03944b6d9
commit d6f6c77847

@ -3,7 +3,6 @@
;; Bootstrap's bootstraps ;; Bootstrap's bootstraps
;;;; bootstrap's bootstraps ;;;; bootstrap's bootstraps
(setq user-init-file "~/Documents/projects/agares/applicationConfiguration/.emacs/init.el")
(package-initialize) (package-initialize)
(require 'package) (require 'package)
(setq package-archives (setq package-archives
@ -19,14 +18,13 @@
(require 'use-package)) (require 'use-package))
;; load my files ;; load my files
(load-file "~/Documents/projects/agares/applicationConfiguration/.emacs/org-protocol-capture-html.el") (load-file "~/.emacs.d/src/keychain-environment.el")
(load-file "~/Documents/projects/agares/applicationConfiguration/.emacs/src/keychain-environment.el") (load-file "~/.emacs.d/jlj-generic.el")
(load-file "~/Documents/projects/agares/applicationConfiguration/.emacs/jlj-generic.el") (load-file "~/.emacs.d/jlj-golang.el")
(load-file "~/Documents/projects/agares/applicationConfiguration/.emacs/jlj-golang.el") (load-file "~/.emacs.d/jlj-org.el")
(load-file "~/Documents/projects/agares/applicationConfiguration/.emacs/jlj-org.el") (load-file "~/.emacs.d/jlj-python.el")
(load-file "~/Documents/projects/agares/applicationConfiguration/.emacs/jlj-python.el") (load-file "~/.emacs.d/jlj-rust.el")
(load-file "~/Documents/projects/agares/applicationConfiguration/.emacs/jlj-rust.el") (load-file "~/.emacs.d/jlj-social.el")
(load-file "~/Documents/projects/agares/applicationConfiguration/.emacs/jlj-social.el")
;; load keychain (if it exists) ;; load keychain (if it exists)
(when (eq system-type 'gnu/linux) (when (eq system-type 'gnu/linux)

Loading…
Cancel
Save