tvl-depot/blog/content/english/professional-emacs.md
William Carroll 220c6d138b Rename my-first-post
I created this file while following Hugo's quick-start tutorial. When I publish
a blog post, I will delete this file.
2020-03-10 13:27:11 +00:00

14 lines
198 B
Markdown

---
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)
```