blob: 266cc3ab228247ab7a7c88a97583ffc1dee809ef (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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)
```
|