File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 50
50
(depends-on "elenv"))
51
51
52
52
(setq network-security-level 'low) ; see https://github.com/jcs090218/setup-emacs-windows/issues/156#issuecomment-932956432
53
+
54
+ (setq byte-compile-docstring-max-column 1000)
Original file line number Diff line number Diff line change @@ -117,8 +117,6 @@ Example usage with `dash`.
117
117
key-sym)))
118
118
params)
119
119
&allow-other-keys)
120
- (ignore ,@(-map (-lambda ((key))
121
- (intern (substring (symbol-name key) 1 ))) params))
122
120
,(format " Constructs %s from `plist.'
123
121
Allowed params: %s " interface (reverse (-map #'cl-first params)))
124
122
(ignore ,@(-map (-lambda ((key))
@@ -829,5 +827,4 @@ See `-let' for a description of the destructuring mechanism."
829
827
830
828
831
829
(provide 'lsp-protocol )
832
-
833
830
; ;; lsp-protocol.el ends here
You can’t perform that action at this time.
0 commit comments