Does it start and exit without problems?
Some checks failed
/ Test config on 20 (push) Failing after 23s
Some checks failed
/ Test config on 20 (push) Failing after 23s
This commit is contained in:
parent
a0b74ef1db
commit
706607afba
9 changed files with 34 additions and 34 deletions
|
|
@ -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
|
||||
"\\`\\[.*?]\\*\\|\\[.*?]\\*\\'" ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue