Prevent warning during Emacs initialization
Now that my `script.el` is behaving as expected (wahoo!), start linting away anything that shows up in the `*Warnings*` and `*Errors*` buffers.
This commit is contained in:
parent
f089f3c550
commit
97c2706821
1 changed files with 2 additions and 1 deletions
|
@ -92,7 +92,8 @@
|
|||
:config
|
||||
(counsel-mode t)
|
||||
(ivy-mode t)
|
||||
(al-set! #'counsel-M-x "" ivy-initial-inputs-alist)
|
||||
;; Remove preceding "^" from ivy prompts
|
||||
(setq ivy-initial-inputs-alist nil)
|
||||
;; prefer using `helpful' variants
|
||||
(progn
|
||||
(setq counsel-describe-function-function #'helpful-callable)
|
||||
|
|
Loading…
Reference in a new issue