From 8928ab353bc30ddc61da267d68f8f19a7248c91d Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Tue, 8 Nov 2022 22:10:50 +0000 Subject: [PATCH] docs: add comment --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 9cda741..26fbdcb 100644 --- a/init.el +++ b/init.el @@ -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