diff options
author | William Carroll <wpcarro@gmail.com> | 2020-03-11T22·58+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-03-11T22·58+0000 |
commit | 3c73f735175da8449712a2a4ccda5663cb1813c4 (patch) | |
tree | e26d851d1b3fefa93841f4f2ce98c397faa5f959 /blog | |
parent | c026f1a4c593741e379524649d931fa106e1c150 (diff) |
Remove the "Professional Emacs" blog post
I don't intend to finish this blog post and since my blog is live, I'd rather not show it on the internet.
Diffstat (limited to 'blog')
-rw-r--r-- | blog/content/english/professional-emacs.md | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/blog/content/english/professional-emacs.md b/blog/content/english/professional-emacs.md deleted file mode 100644 index 266cc3ab2282..000000000000 --- a/blog/content/english/professional-emacs.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -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) -``` |