remove harpoon, format evil bindings

This commit is contained in:
Peter Tillemans 2025-01-19 18:56:37 +01:00
parent f629436460
commit a0b0f88a17

View file

@ -7,8 +7,8 @@
;; ;;
;; it is possible there are more so probably the most recent one is the one to use. ;; it is possible there are more so probably the most recent one is the one to use.
(if emacs-build-time (when emacs-build-time
(setq elpaca-core-date (format-time-string "%Y%m%d" emacs-build-time))) (setq elpaca-core-date (format-time-string "%Y%m%d" emacs-build-time)))
(defvar elpaca-installer-version 0.8) (defvar elpaca-installer-version 0.8)
(defvar elpaca-directory (expand-file-name "elpaca/" user-emacs-directory)) (defvar elpaca-directory (expand-file-name "elpaca/" user-emacs-directory))
(defvar elpaca-builds-directory (expand-file-name "builds/" elpaca-directory)) (defvar elpaca-builds-directory (expand-file-name "builds/" elpaca-directory))