diff --git a/Eask b/Eask index c346030d6c..1af2bc84a5 100644 --- a/Eask +++ b/Eask @@ -50,3 +50,5 @@ (depends-on "elenv")) (setq network-security-level 'low) ; see https://github.com/jcs090218/setup-emacs-windows/issues/156#issuecomment-932956432 + +(setq byte-compile-docstring-max-column 1000) diff --git a/lsp-protocol.el b/lsp-protocol.el index 5169ae9671..4158afe73c 100644 --- a/lsp-protocol.el +++ b/lsp-protocol.el @@ -117,8 +117,6 @@ Example usage with `dash`. key-sym))) params) &allow-other-keys) - (ignore ,@(-map (-lambda ((key)) - (intern (substring (symbol-name key) 1))) params)) ,(format "Constructs %s from `plist.' Allowed params: %s" interface (reverse (-map #'cl-first params))) (ignore ,@(-map (-lambda ((key)) @@ -829,5 +827,4 @@ See `-let' for a description of the destructuring mechanism." (provide 'lsp-protocol) - ;;; lsp-protocol.el ends here