* Alter the fic export function to reflect that ASAL has titled chapters now

* Add atomic-chrome
* Add reperror.el (https://github.com/ioah86/repetition_error_finder)
master
trémeur 4 months ago
parent b86538652e
commit f4a7e96aa2

@ -129,7 +129,7 @@ And to narrow to them.
(put 'narrow-to-region 'disabled nil) (put 'narrow-to-region 'disabled nil)
#+END_SRC #+END_SRC
Its +2022+ 2023. Its +2022+ +2023+ nearly the second half of 2024.
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(setq python-shell-interpreter "python3") (setq python-shell-interpreter "python3")
@ -204,6 +204,17 @@ Set up package handling, including =use-package=. Some of the =org= tools I use
#+END_SRC #+END_SRC
* Packages, modes, etc. * Packages, modes, etc.
** =atomic-chrome=
Use Emacs to type into the browser.
#+BEGIN_SRC emacs-lisp
(unless (string-equal system-type "android")
(use-package atomic-chrome
:config
(atomic-chrome-start-server)
(setq atomic-chrome-default-major-mode 'markdown-mode)))
#+END_SRC
** =bibtex= ** =bibtex=
I use BibLaTeX for better compatibility with accented characters and generally being more sensible. I use BibLaTeX for better compatibility with accented characters and generally being more sensible.

@ -54,7 +54,7 @@
(progn (progn
(setq title t) (setq title t)
(setq multichapter t) (setq multichapter t)
(setq chaptertitles nil) (setq chaptertitles t)
(setq ffx t)) (setq ffx t))
(progn (progn
(setq title (y-or-n-p "Use the fic title in exports?")) (setq title (y-or-n-p "Use the fic title in exports?"))

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save