diff options
author | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-04-15 01:14:42 -0400 |
---|---|---|
committer | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-04-15 01:14:42 -0400 |
commit | a57bf344902094097a48f75f452fcfbb7dc0368f (patch) | |
tree | 7e658da03dff01810312fae0862951d72ec9f282 /init.el | |
parent | Don't load outdated code (diff) | |
download | mmosmacs-a57bf344902094097a48f75f452fcfbb7dc0368f.tar.gz mmosmacs-a57bf344902094097a48f75f452fcfbb7dc0368f.tar.bz2 mmosmacs-a57bf344902094097a48f75f452fcfbb7dc0368f.zip |
Minor formatting fix
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ | |||
17 | ;; provided by `straight.el'. Dont | 17 | ;; provided by `straight.el'. Dont |
18 | ;; ask me what it does. | 18 | ;; ask me what it does. |
19 | ;; --------------------------------- | 19 | ;; --------------------------------- |
20 | |||
20 | (defvar bootstrap-version) | 21 | (defvar bootstrap-version) |
21 | (let ((bootstrap-file | 22 | (let ((bootstrap-file |
22 | (expand-file-name "straight/repos/straight.el/bootstrap.el" user-emacs-directory)) | 23 | (expand-file-name "straight/repos/straight.el/bootstrap.el" user-emacs-directory)) |