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