Skip to content

Commit

Permalink
index.rst: fix minor markup bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
cgay committed Oct 14, 2024
1 parent 2ec0802 commit 1915a33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,8 @@ on....
3. Sprinkle calls like ``debug-out(#"lsp", "your message here", ...)`` around
in the Open Dylan code as needed.

4. Remember to delete :file:`~/.emacs.d/.lsp-session-v1`` as needed. I (cgay)
usually start a new emacs after rebuilding :program:``dylan-lsp-server``,
4. Remember to delete :file:`~/.emacs.d/.lsp-session-v1` as needed. I (cgay)
usually start a new emacs after rebuilding :program:`dylan-lsp-server`,
like this::

$ rm -f ~/.emacs.d/.lsp-session-v1; emacs &
Expand Down

0 comments on commit 1915a33

Please sign in to comment.