General cleanup: reorganising snippets, tidying if statements, documenting functions
This commit is contained in:
parent
18c64c71c4
commit
4aa4de17f5
30 changed files with 128 additions and 99 deletions
|
@ -1,4 +1,5 @@
|
|||
(defun fic-ao3 ()
|
||||
"Format fic for posting to AO3 and export it"
|
||||
(interactive)
|
||||
(org-format)
|
||||
(save-buffer)
|
||||
|
@ -44,6 +45,7 @@
|
|||
(delete-file newname)))
|
||||
|
||||
(defun fic-export ()
|
||||
"Export fic to HTML, EPUB, PDF"
|
||||
(interactive)
|
||||
(shell-command "cp ~/.emacs.d/fic-export-files/FFXYevon.ttf .")
|
||||
(setq asal (y-or-n-p "ASAL?"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue