README rework.

Installed markdown-mode, changed the screenshot and updated the README.md to my
own.
This commit is contained in:
2024-12-05 17:14:37 +09:00
parent 997e583f84
commit c0a6d46af8
3 changed files with 17 additions and 876 deletions

View File

@@ -66,4 +66,9 @@
:init
(setq inferior-lisp-program "sbcl"))
;; Markdown
(use-package markdown-mode
:ensure t
:defer t)
;;; 15-lsp.el end here