diff options
Diffstat (limited to 'content/notes')
-rw-r--r-- | content/notes/_index.md | 7 | ||||
-rw-r--r-- | content/notes/working-with-go.md | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/content/notes/_index.md b/content/notes/_index.md new file mode 100644 index 0000000..e3b7cd2 --- /dev/null +++ b/content/notes/_index.md @@ -0,0 +1,7 @@ +--- +title: Note +sort_by: date +render: true +generate_feeds: true +template: blog.html +--- diff --git a/content/notes/working-with-go.md b/content/notes/working-with-go.md index fbfba88..29f1737 100644 --- a/content/notes/working-with-go.md +++ b/content/notes/working-with-go.md @@ -180,7 +180,7 @@ starting point. The configuration is straightforward, this is what I use: -```elisp +```lisp ;; for go's LSP I want to use staticcheck and placeholders for completion (customize-set-variable 'eglot-workspace-configuration '((:gopls . |