220c6d138b
I created this file while following Hugo's quick-start tutorial. When I publish a blog post, I will delete this file.
14 lines
198 B
Markdown
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)
|
|
```
|