Does it start and exit without problems?
Some checks failed
/ Test config on 20 (push) Failing after 23s

This commit is contained in:
Maciej 2024-10-30 14:34:41 +02:00
parent a0b74ef1db
commit 706607afba
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
9 changed files with 34 additions and 34 deletions

View file

@ -9,7 +9,7 @@
(require 'icejam-keys-mode)
;; Preparations for using Vertico/Orderless
(setq
(setopt
;; Support opening new minibuffers from inside existing minibuffers.
enable-recursive-minibuffers t
;; Hide commands in M-x which do not work in the current mode. Vertico
@ -17,10 +17,10 @@
;; Vertico.
read-extended-command-predicate #'command-completion-default-include-p
;; Do not allow the cursor in the minibuffer prompt
minibuffer-prompt-properties '(read-only t cursor-intangible t face minibuffer-prompt))
minibuffer-prompt-properties
'(read-only t cursor-intangible t face minibuffer-prompt))
(defun crm-indicator (args)
>>>>>>> use-elpaca
(cons (format "[CRM%s] %s"
(replace-regexp-in-string
"\\`\\[.*?]\\*\\|\\[.*?]\\*\\'" ""