-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
My Environment
- OS: MX Linux 18
- $ uname -r: 4.19.0-5-amd64
- dotfiles
- i3wm version 4.13
- ~/.config/i3
- GNU Emacs 27.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.22.11) of 2019-11-19
- ~/.emacs.d
- blacken-20191024.1230
Use-package declaration
(use-package blacken
:ensure t
:config
(setq blacken-fast-unsafe nil)
(setq blacken-line-length 79))
Issue
Every time blacken-mode fixes the code by itself, or that I run blacken-buffer, Emacs freezes and I have to run C-g to get it back. This is the error I get in *Messages*:
Error while checking syntax automatically: (error "Lisp nesting exceeds max-lisp-eval-depth ")
Metadata
Metadata
Assignees
Labels
No labels