about summary refs log tree commit diff
path: root/blog/content/english/my-first-post.md
diff options
context:
space:
mode:
Diffstat (limited to 'blog/content/english/my-first-post.md')
-rw-r--r--blog/content/english/my-first-post.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/blog/content/english/my-first-post.md b/blog/content/english/my-first-post.md
new file mode 100644
index 000000000000..266cc3ab2282
--- /dev/null
+++ b/blog/content/english/my-first-post.md
@@ -0,0 +1,14 @@
+---
+title: "Professional Emacs"
+date: 2020-03-09T11:50:28Z
+draft: false
+---
+# Professional Emacs
+
+Some people don't think it's possible. Is it possible?
+
+## Elisp
+
+```elisp
+(defvar answer 'yes)
+```