mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 20:27:36 -05:00
gnu: emacs-dap-mode: Fix trailing whitespace in synopsis.
* gnu/packages/emacs-xyz.scm (emacs-dap-mode)[synopsis]: Fix trailing whitespace.
This commit is contained in:
parent
97679c60d5
commit
015124e6f8
1 changed files with 1 additions and 1 deletions
|
@ -23690,7 +23690,7 @@ (define-public emacs-dap-mode
|
|||
(propagated-inputs
|
||||
(list emacs-bui emacs-lsp-mode emacs-posframe emacs-lsp-treemacs))
|
||||
(home-page "https://emacs-lsp.github.io/dap-mode")
|
||||
(synopsis "Emacs client/library for Debug Adapter Protocol ")
|
||||
(synopsis "Emacs client/library for Debug Adapter Protocol")
|
||||
(description
|
||||
"Dap mode is an Emacs client/library for Debug Adapter
|
||||
Protocol (DAP), a wire protocol for communication between client and
|
||||
|
|
Loading…
Reference in a new issue