docs: add comment
This commit is contained in:
parent
dfcbcc59de
commit
8928ab353b
3
init.el
3
init.el
|
@ -6,12 +6,13 @@
|
||||||
;; Disable the modeline. Done in this file for the same reason above
|
;; Disable the modeline. Done in this file for the same reason above
|
||||||
(setq-default mode-line-format nil)
|
(setq-default mode-line-format nil)
|
||||||
|
|
||||||
|
;; Define the leader-key to use.
|
||||||
(defconst leader-key "SPC")
|
(defconst leader-key "SPC")
|
||||||
|
|
||||||
;; Straight.el bootstrap
|
;; Straight.el bootstrap
|
||||||
(defvar bootstrap-version)
|
(defvar bootstrap-version)
|
||||||
(let ((bootstrap-file
|
(let ((bootstrap-file
|
||||||
(expand-file-name "straight/repos/straight.el/bootstrap.el" user-emacs-directory))
|
(expand-file-name "straight/repos/straight.el/bootstrap.el" user-emacs-directory)) ;
|
||||||
(bootstrap-version 6))
|
(bootstrap-version 6))
|
||||||
(unless (file-exists-p bootstrap-file)
|
(unless (file-exists-p bootstrap-file)
|
||||||
(with-current-buffer
|
(with-current-buffer
|
||||||
|
|
Reference in a new issue