15 lines
198 B
Markdown
15 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)
|
||
|
```
|