spacemacs/layers/+vim
Dan Kessler 83d687534c tidy read syntax for anonymous functions
First, change read syntax for anonymous functions currently written '(lambda to
instead just be (lambda; otherwise this raises a warning.

Next, while we're at it, change all instances of #'(lambda to just (lambda,
since the two are equivalent and the latter is more concise (excepting anything
in core/libs or in /local/ subdirs of layers)

https://www.gnu.org/software/emacs/manual/html_node/elisp/Anonymous-Functions.html#index-_0023_0027-syntax
2022-05-11 19:24:54 +02:00
..
evil-better-jumper documentation formatting: Sun May 9 19:09:25 UTC 2021 2021-05-09 21:16:30 +02:00
evil-commentary Apply GPLv3 terms explicitly to all elisp files 2021-03-25 22:59:32 -04:00
evil-snipe Apply GPLv3 terms explicitly to all elisp files 2021-03-25 22:59:32 -04:00
vim-empty-lines vim-empty-lines: replaced local vim-empty-lines-mode with melpa one 2021-03-19 23:53:07 +01:00
vinegar tidy read syntax for anonymous functions 2022-05-11 19:24:54 +02:00