Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Eask
Original file line number Diff line number Diff line change
Expand Up @@ -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)
3 changes: 0 additions & 3 deletions lsp-protocol.el
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down Expand Up @@ -829,5 +827,4 @@ See `-let' for a description of the destructuring mechanism."


(provide 'lsp-protocol)

;;; lsp-protocol.el ends here
Loading