Update references to init file after rename
This commit is contained in:
parent
eff7e0fe5b
commit
80abf2fd43
@ -1,9 +1,9 @@
|
||||
;;; -*- lexical-binding: t; -*-
|
||||
|
||||
;; If ~/.emacs.d/jdormit-init.el, just load it. Otherwise, first
|
||||
;; bootstrap Straight and load Org to make sure we end up with the
|
||||
;; right Org version, then tangle ~/.emacs.d/init.org to
|
||||
;; ~/.emacs.d/jdormit-init.el
|
||||
;; If ~/.emacs.d/config/base.el exists, just load it. Otherwise,
|
||||
;; first bootstrap Straight and load Org to make sure we end up with
|
||||
;; the right Org version, then tangle ~/.emacs.d/init.org to
|
||||
;; ~/.emacs.d/config/base.el
|
||||
|
||||
(defvar init-org-file (expand-file-name "~/.emacs.d/init.org"))
|
||||
(defvar config-base-file (expand-file-name "~/.emacs.d/config/base.el"))
|
||||
|
@ -1605,7 +1605,7 @@ A function to reload my init file. It reloads the major mode after the init file
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(defun reload-init-file ()
|
||||
(interactive)
|
||||
(load-file "~/.emacs.d/jdormit-init.el")
|
||||
(load-file "~/.emacs.d/init.el")
|
||||
(funcall major-mode))
|
||||
#+END_SRC
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user