dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 14d83fc657c6f51787476bb23363c0696ce482d2
parent 3162c3b12e203e2b3ecc8b7040923e83a54115d3
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Tue,  9 Aug 2022 23:55:55 +0200

emacs: package-lint

Diffstat:
Memacs/config.org | 10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/emacs/config.org b/emacs/config.org @@ -1575,6 +1575,16 @@ Simple real-time logger of commands. (use-package command-log-mode) #+end_src +** package-lint +Linter for the metadata in Emacs Lisp files which are intended to be packages. + +#+begin_src emacs-lisp + (use-package package-lint) + (use-package flycheck-package) + (eval-after-load 'flycheck + '(flycheck-package-setup)) +#+end_src + * Interface ** Start debugger on error