commit 92fe4a6ea425aaaedf00ebe78bddf7d75eb9e0c7
parent 5a9aa5c57533bc42ace2d54063fb113ddb376ac8
Author: Cem Keylan <cem@ckyln.com>
Date: Sun, 19 Apr 2020 12:11:46 +0300
add writefreely.el
Diffstat:
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/init.org b/init.org
@@ -549,6 +549,16 @@ Github README.
:hook (org-mode . toc-org-mode))
#+END_SRC
+*** writefreely.el
+I publish to my writefreely blog from Emacs. It converts to GitHub
+flavoured MarkDown and publishes to the website.
+
+#+BEGIN_SRC emacs-lisp
+ (use-package writefreely
+ :straight t
+ :after org
+ )
+#+END_SRC
* Themes and Icons
I used to make use of my Xresources themes, but I sometimes sadly
need windows, and I actually do want some eye candy from time to