Commit Graph

866 Commits

Author SHA1 Message Date
TEC c77ba18e71
Org: Tweak header arg snippets
- Re-prioritise lower-case "s": silent is more common than session
- The $0 doesn't actually seem to change the final cursor position, and
  if the snippet is cancelled it is left behind as clutter.
- Fix incorrect labelling with NoWeb snippet
2021-06-04 22:34:34 +08:00
TEC 78ea855197
Org: Fix omissions from recipe
Content lifted from:
https://github.com/hlissner/doom-emacs/blob/develop/modules/lang/org/packages.el
2021-06-03 15:52:44 +08:00
TEC 9257b8a781
CI: Accidentally stopped htmlize with updates
I still want it. No need for collateral damage.
2021-05-30 16:08:04 +08:00
TEC 1a86b75008
Replace apply #'append mapcar with mapcan 2021-05-30 15:56:35 +08:00
TEC 7346b4ce18
Remove solaire mode hacks, no longer needed
Henrik did an update that reversed the behaviour (which buffers solaire
affects). Hence, I don't have the issues I used to.
2021-05-28 16:35:03 +08:00
TEC 01212729d8
Package authinfo-color-mode unnecessary on Emacs28 2021-05-28 16:28:32 +08:00
TEC e38c3e25db
Fix incorrect variable reference (-mode not -hook) 2021-05-28 16:08:57 +08:00
TEC 7fd938b708
Rearrange theme init hook to avoid race condition
In which faces are not properly initialised.
2021-05-28 15:47:35 +08:00
TEC 7e88770bbf
Add keybindings to to move through page breaks
This functionality is provided by the minor mode: page-break-lines-mode.
2021-05-28 15:45:44 +08:00
TEC 134f9dfa5c
Ensure 2 lines above/below point always visible 2021-05-28 15:44:25 +08:00
TEC 46b688b6b9
Org: latex export, need code preamble for examples 2021-05-28 15:43:12 +08:00
TEC 21ea38158e
Emacs: Use mu4e-from-name as message-signature 2021-05-28 15:42:13 +08:00
TEC 5d1d28fed3
Ensure emacs-everywhere frame raised when created
And a little refactoring to be more idiomatic.
2021-05-28 15:41:27 +08:00
TEC 1335c67d28
Rework mixed-pitch initialisation 2021-05-28 15:39:58 +08:00
TEC f4b9c47bf4
Fix typos in commentary 2021-05-28 15:32:19 +08:00
TEC 6bd8eed323
Org: Add keybinding to insert zero-width spaces 2021-05-28 15:30:28 +08:00
TEC 1dbf68865e
Correct msmtp config file link 2021-05-28 15:30:04 +08:00
TEC 1ce89a492d
Tweak evil settings 2021-05-28 15:29:32 +08:00
TEC 3ad6e0ab1a
Config: fix invalid :comments val and broken links 2021-05-28 14:27:12 +08:00
TEC 57430f93bc
Fix the logic for battery display, more caching 2021-05-28 14:27:12 +08:00
TEC 8791c870c8
Org: contrib folder is now in a new repo 2021-05-28 14:27:12 +08:00
TEC b002e291c2
CI: Disable package update checking (for now) 2021-05-28 14:27:12 +08:00
TEC 51b110f329
Update docker base image (Ubuntu 20.04 -> 21.04)
Doom now required Git > that in Ubuntu 20.04 (2.28 > 2.25), and rather
that mess around with building Git ourself etc., I think it's easier to
just upgrade Ubuntu.
2021-05-28 14:27:12 +08:00
TEC f4219dd4f6
CI: Try using Doom's defcli!
The definition of `message' also seems to be affected, so I've had to
replace a few instances with `format'. Oh well.

Also autoload smartparens.
2021-05-18 22:50:57 +08:00
TEC 89dd20c2df
Org: Add more keyword symbol ligatures 2021-05-05 00:49:50 +08:00
TEC 0042f431e8
Org package statement: misplaced paren 2021-05-03 02:15:04 +08:00
TEC 048ce3abd1
Doom fixed a bug, and so I no longer need a hack 2021-05-02 01:33:00 +08:00
TEC 87e4b9c8f8
Org: html meta info, respect {author,date}:nil opt 2021-05-01 22:48:56 +08:00
TEC a4ed1b1849
Org: configure reveal export backend 2021-05-01 22:48:02 +08:00
TEC 5072fe6f9c
Spray: improve appearance and evil support 2021-05-01 22:46:25 +08:00
TEC 9f3b91011d
Add package org-ol-tree 2021-05-01 22:45:05 +08:00
TEC d6c0077e7b
A collection of small tweaks
+ Split a long string over multiple lines
+ Add some commentary
+ Rename the Org-mode section to Org
+ Add some more commentary
+ Improve a doctstring
+ Fix a typo
+ Fix a minor oversight
2021-05-01 22:43:26 +08:00
TEC b52bb68535
Org: complicate package! statement for dev and use 2021-05-01 22:00:15 +08:00
TEC df5c95068e
Org: my verb in headings patch has been merged 2021-05-01 21:35:27 +08:00
TEC 2b7a27f688
Bump packages 2021-05-01 21:07:37 +08:00
TEC 1ccbaddf5a
Org: html, make heading ID gen work for non-latin
Also add commentary to heading generation
2021-04-30 14:21:57 +08:00
TEC 8daa7adf49
Htmlize: Ensure highlight-num hook autoloads pkg 2021-04-27 01:22:56 +08:00
TEC be914efb61
Org: html, make verbatim padding size-proportional 2021-04-26 04:20:42 +08:00
TEC d2bf2b84db
Org: html, set default link colour to inherit 2021-04-26 04:20:17 +08:00
TEC e64acc205b
Org: html, all footnotes deserve some space 2021-04-26 02:05:37 +08:00
TEC 2247fb8b64
Org: html style, !important wasn't applied well
I tried to fix squiggly links by adding an !important ... but I added it
to the wrong declaration. It should be better now.
2021-04-26 02:05:02 +08:00
TEC 8df8380903
Org: redefine org-export-format-reference
I don't know why this didn't come up sooner, but it definitely needs
doing.
2021-04-25 23:49:11 +08:00
TEC cad5bdcafe
Add cli.el to .gitignore 2021-04-25 18:50:17 +08:00
TEC 3286ac391b
Org: Add the transclusion package, it looks cool 2021-04-25 18:49:04 +08:00
TEC 9a3262c83a
Org: Start using nico's ob-julia
This is deliberately unpinned as it's currently undergoing rapid
development, and I want the latest version.
2021-04-25 18:19:05 +08:00
TEC 88f736e010
Org: new file snippet should ignore date in file 2021-04-24 15:18:24 +08:00
TEC 2020ba6a11
Org: html, reduce top padding of asides 2021-04-24 02:43:19 +08:00
TEC 3c555f0ab9
Org: html, check for TOC before JS assumes exists 2021-04-24 02:06:22 +08:00
TEC 29a66d3173
Org: recognise https:*.{png,jpg,.} links as images 2021-04-23 23:45:05 +08:00
TEC 396bf48872
Org: html styling, a small collection of changes
+ Use appropriate fallback fonts for sans/serif
+ It's really important that we get the right size background-image
  + Otherwise it can cover the whole link when combined with other rules
+ A bit of autoformatting
+ Tweaks to formatting of music entries
2021-04-23 22:42:02 +08:00