* 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)
This commit is contained in:
parent
b86538652e
commit
f4a7e96aa2
3 changed files with 1357 additions and 2 deletions
13
config.org
13
config.org
|
@ -129,7 +129,7 @@ And to narrow to them.
|
|||
(put 'narrow-to-region 'disabled nil)
|
||||
#+END_SRC
|
||||
|
||||
It’s +2022+ 2023.
|
||||
It’s +2022+ +2023+ nearly the second half of 2024.
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(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
|
||||
|
||||
* 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=
|
||||
|
||||
I use BibLaTeX for better compatibility with accented characters and generally being more sensible.
|
||||
|
|
|
@ -54,7 +54,7 @@
|
|||
(progn
|
||||
(setq title t)
|
||||
(setq multichapter t)
|
||||
(setq chaptertitles nil)
|
||||
(setq chaptertitles t)
|
||||
(setq ffx t))
|
||||
(progn
|
||||
(setq title (y-or-n-p "Use the fic title in exports?"))
|
||||
|
|
1344
custom/reperror.el
Normal file
1344
custom/reperror.el
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue