home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 9aac691769309405da74db570ff9675226f5ab1d
parent 0c8db9e50da5f87472375c81d2a41f78d04c611f
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Wed, 12 Jun 2024 14:16:31 +0200

tools/emacs: small comment on init (for future)

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mtools/emacs/init.el | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/tools/emacs/init.el b/tools/emacs/init.el @@ -151,7 +151,7 @@ "Do we have git?") (defvar *sys/full* - (member (vde/short-hostname) '("wakasu" "naruhodo")) ; "naruhodo" <- put naruhodo back in + (member (vde/short-hostname) '("wakasu" "naruhodo")) "Is it a full system ?") (defvar *sys/light* (not *sys/full*) @@ -172,6 +172,9 @@ :family font-family-sans :weight 'regular)) +;; 2024-07-12: I wonder if I should be explicit instead, as using +;; `require' explicitly. The benefit would be that I decide the order +;; they load instead of relying on file-system. (vde/el-load-dir (concat user-emacs-directory "/config/")) (if (file-exists-p (downcase (concat user-emacs-directory "/hosts/" (vde/short-hostname) ".el")))