Commit Graph

12 Commits

Author SHA1 Message Date
Daniel - 7b3b0811a1
Separate TeX configuration into separate package
This allows to not have to install the `auctex` package without errors on
startup, cf. 886598e.
2023-10-28 12:06:27 +02:00
Daniel - 453c720814
[TeX] Merge configuration into init.el 2018-11-03 12:43:58 +01:00
Daniel - 06c427aba3
[Misc] Make most variable settings in init.el customizable
This is achieved by moving the variable definitions to use-packages’ :init
blocks, and allowing ‘db/run-init’ to override these definitions by calling
‘load-file’ on custom.el afterwards.

Also inlined some definitions from my custom.el file back into init.el
2018-11-02 18:17:51 +01:00
Daniel - a4e5f0616f
[Misc] Change the way to load ‘tex-mode’ 2018-09-06 20:18:01 +02:00
Daniel - 6ab52f11ed
[Misc] Almost exclusively use ‘with-eval-after-load’
instead of ‘eval-after-load’.
2018-08-15 21:12:42 +02:00
Daniel - 241ee33100
[TeX] Use special purpose ispell parser 2018-07-11 17:30:41 +02:00
Daniel - 17b5d9fecb
[Misc] Add lexical binding to all files 2017-12-03 09:19:05 +01:00
Daniel - 6cfd4ddd8d
[LaTeX] Use evince as default, ‘pdf-tools’ if loaded 2017-09-30 17:45:06 +02:00
Daniel - 41c5e8bb1b
[LaTeX] electric-pair-mode disabled
Does not play well with AUCTeX, need to investigate further.
2017-09-02 13:33:21 +02:00
Daniel - 979d1284a7
[LaTeX] Disable electric pair mode only locally 2017-08-18 16:42:35 +02:00
Daniel - 173d4c8caa
[TeX] Disable ‘electric-pair-mode’ 2017-08-12 00:03:26 +02:00
Daniel - 30ffd149f6
[LaTeX] Refactor configuration into separate module 2017-08-06 22:18:09 +02:00