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:
William Carroll 2020-09-02 15:24:30 +01:00
parent f089f3c550
commit 97c2706821

View file

@ -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)