diff options
author | HombreLaser <buran@silosneeded.com> | 2024-05-05 19:51:24 -0600 |
---|---|---|
committer | HombreLaser <buran@silosneeded.com> | 2024-05-05 19:51:24 -0600 |
commit | 30c268fdabca62c7c4df6e8db7426666fc2be66a (patch) | |
tree | 8042bfd5d1ebee1ef492b9f1f8cac0e1c4c22438 /_i18n/en/_posts | |
parent | bf2c057eece0e777036110526eb488b364dff108 (diff) |
Change interface
Diffstat (limited to '_i18n/en/_posts')
-rw-r--r-- | _i18n/en/_posts/2023-09-12-kingsfield4.md | 1 | ||||
-rw-r--r-- | _i18n/en/_posts/2024-04-30-configuring-dape.md | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/_i18n/en/_posts/2023-09-12-kingsfield4.md b/_i18n/en/_posts/2023-09-12-kingsfield4.md index 1681393..f3d5fe4 100644 --- a/_i18n/en/_posts/2023-09-12-kingsfield4.md +++ b/_i18n/en/_posts/2023-09-12-kingsfield4.md @@ -1,4 +1,5 @@ --- +layout: post title: "King's Field IV: Spelunking the ancient city" date: 2023-09-12 tag: Videogames diff --git a/_i18n/en/_posts/2024-04-30-configuring-dape.md b/_i18n/en/_posts/2024-04-30-configuring-dape.md index 248c5b2..9a1e383 100644 --- a/_i18n/en/_posts/2024-04-30-configuring-dape.md +++ b/_i18n/en/_posts/2024-04-30-configuring-dape.md @@ -1,7 +1,8 @@ --- +layout: post title: "Configuring Dape: Emacs' new DAP client" date: 2024-04-30 -tag: Technology +tag: Tutorials --- A while ago [eglot](https://github.com/joaotavora/eglot), an LSP client, was introduced to emacs core, |