From a0b0f88a17658eb7936275fb8c3346957c1a8733 Mon Sep 17 00:00:00 2001 From: Peter Tillemans Date: Sun, 19 Jan 2025 18:56:37 +0100 Subject: [PATCH] remove harpoon, format evil bindings --- early-init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/early-init.el b/early-init.el index f553d4c..fc971ed 100644 --- a/early-init.el +++ b/early-init.el @@ -7,8 +7,8 @@ ;; ;; it is possible there are more so probably the most recent one is the one to use. -(if emacs-build-time - (setq elpaca-core-date (format-time-string "%Y%m%d" emacs-build-time))) +(when emacs-build-time + (setq elpaca-core-date (format-time-string "%Y%m%d" emacs-build-time))) (defvar elpaca-installer-version 0.8) (defvar elpaca-directory (expand-file-name "elpaca/" user-emacs-directory)) (defvar elpaca-builds-directory (expand-file-name "builds/" elpaca-directory))