From a6afe32f76cfaaaf52befba24c5634e1f3ed1912 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 25 Aug 2023 00:43:24 +0300 Subject: emacs: We need to use ‘lambda’ here MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/emacs/config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/emacs/config.org b/.config/emacs/config.org index aa0c383..f4f8d9d 100644 --- a/.config/emacs/config.org +++ b/.config/emacs/config.org @@ -790,7 +790,7 @@ need some this custom package though. #+BEGIN_SRC elisp (use-package lsp-pyright - :hook (python-ts-mode . (λ (require 'lsp-pyright) (lsp)))) + :hook (python-ts-mode . (lambda () (require 'lsp-pyright) (lsp)))) #+END_SRC -- cgit v1.2.3