fix: extra empty line

This commit is contained in:
Muhammad Nauman Raza 2022-11-16 21:54:52 +00:00
parent d0f2c06659
commit 2b1143a283
No known key found for this signature in database
GPG key ID: A9A36C429C9CAE31

View file

@ -41,7 +41,6 @@
(rustic-format-trigger 'on-save) ; Format buffer on save
(rustic-lsp-client 'eglot)) ; Make eglot the default LSP client
;; Disable flymake for eglot - in favour of flycheck
(add-hook 'eglot--managed-mode-hook (lambda () (flymake-mode -1)))