docs: add comment

This commit is contained in:
Muhammad Nauman Raza 2022-11-08 22:10:50 +00:00
parent dfcbcc59de
commit 8928ab353b
No known key found for this signature in database
GPG key ID: A9A36C429C9CAE31

View file

@ -6,12 +6,13 @@
;; Disable the modeline. Done in this file for the same reason above
(setq-default mode-line-format nil)
;; Define the leader-key to use.
(defconst leader-key "SPC")
;; Straight.el bootstrap
(defvar bootstrap-version)
(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))
(unless (file-exists-p bootstrap-file)
(with-current-buffer