Skip to content

Commit

Permalink
Fix lambda quoting warning
Browse files Browse the repository at this point in the history
../.emacs.d/layers/+lang/yaml/packages.el: Warning: (lambda nil \.\.\.) quoted with ' rather than with #'
  • Loading branch information
sdwolfz committed Mar 23, 2021
1 parent 3fe675d commit bc51b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layers/+lang/yaml/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
(when yaml-enable-lsp
(add-hook 'yaml-mode-hook #'lsp))
:config (add-hook 'yaml-mode-hook
'(lambda ()
#'(lambda ()
(define-key yaml-mode-map "\C-m" 'newline-and-indent)))))

0 comments on commit bc51b6a

Please sign in to comment.