Commit graph

71 commits

Author SHA1 Message Date
Antoine Martin d1b8861e48 Try the rust module again 2020-12-25 22:56:49 +01:00
Antoine Martin 04c85f3386 Add SVG screenshot function 2020-12-25 22:56:15 +01:00
Antoine Martin ecff140c8d Re-enable relative line numbers
They're too useful to pass on
2020-12-23 00:45:46 +01:00
Antoine Martin 42c432d1d1 Add skip CI push option to magit 2020-10-07 11:09:17 +02:00
Antoine Martin e30a19024d Capture tasks in Misc by default 2020-08-27 14:35:36 +02:00
Antoine Martin 6781df1b86 Disable syntax checker 2020-08-03 17:08:41 +02:00
Antoine Martin 4b9ae5fdb2 Switch to rust-mode 2020-08-03 17:08:08 +02:00
Antoine Martin af589522f8 Disable LSP plugins 2020-08-03 16:30:04 +02:00
Antoine Martin d1d68c3b10 Disable smartparens 2020-08-03 16:24:17 +02:00
Antoine Martin dad1c30d8f Add note taking file in agenda view 2020-07-26 18:04:58 +02:00
Antoine Martin 6f6778329f disable rustic format on save 2020-07-21 14:21:05 +02:00
Antoine Martin 7779e0e863 Set rust fill column to 100 2020-06-19 23:17:34 +02:00
Antoine Martin 4aefb7acaf Add watching org file for talks/videos 2020-06-19 10:52:26 +02:00
Antoine Martin 942845b158 Add shortcut to save all org buffers in agenda 2020-06-05 12:46:38 +02:00
Antoine Martin 495a1bdc68 Add assistant Org file to agenda view 2020-06-03 18:31:28 +02:00
Antoine Martin 97ae7bcce3 Rebind org-capture to SPC x 2020-05-31 21:40:10 +02:00
Antoine Martin a475b36062 Add capture template for task directly 2020-05-31 21:24:57 +02:00
Antoine Martin 6a48fd628d Add more headlines
Makes it easier to link to a specific subpart of my config
2020-05-31 21:24:27 +02:00
Antoine Martin 268ce651d1 Show three indentation levels in TOC 2020-05-31 21:15:17 +02:00
Antoine Martin f26779ae8b Show outline on startup 2020-05-31 21:14:41 +02:00
Antoine Martin f5fc3d2c6f Add dark theme toggle 2020-05-23 15:33:17 +02:00
Antoine Martin ea0db40573 Update Org keywords 2020-05-23 13:02:17 +02:00
Antoine Martin 523822c2fd Add fancy ellipsis in Org-mode 2020-05-23 12:55:58 +02:00
Antoine Martin 15662d3ee3 Add appearance section to Org 2020-05-23 12:55:53 +02:00
Antoine Martin 8659b6e06f Rework Theme section 2020-05-23 12:55:05 +02:00
Antoine Martin 99dbb7447b Only show school tasks not in main view
If scheduled or have a deadline, they'll already appear in the daily
view anyway. Removes duplicates.
2020-05-19 16:01:30 +02:00
Antoine Martin 4540281db5 Manage org-roam-server with straight.el
Possible since org-roam/org-roam-server#10
2020-05-18 23:59:50 +02:00
Antoine Martin 4eb8acbfad Add org-roam-server 2020-05-16 01:44:26 +02:00
Antoine Martin 4d8a36061b Stop with light theme experiment
I don't think it makes any notable difference
2020-05-15 21:12:51 +02:00
Antoine Martin 7376503e4c Add ox-org as export backend 2020-05-14 00:52:30 +02:00
Antoine Martin d22237f3f6 Enable org-habit explicitly
Following hlissner/doom-emacs@129eebc
2020-05-12 10:50:54 +02:00
Antoine Martin 28d8d2b858 Disable indentation in org-mode
Also hide leading stars for good
2020-05-10 11:22:09 +02:00
Antoine Martin 4474cbd97d Try hiding leading stars (doesn't seem to work) 2020-05-10 11:11:32 +02:00
Antoine Martin 72de3c63f7 Disable fancy UTF8 stars in org-mode 2020-05-10 00:29:17 +02:00
Antoine Martin eb24aeb1d2 Disable line numbers display
Improves scrolling performance, let's see if I really need them
2020-05-10 00:28:43 +02:00
Antoine Martin 7f832819c4 Add org-roam-dailies capture template
Customizes the folder where to store dailies
2020-05-06 00:23:23 +02:00
Antoine Martin 70f9130d57 Add instant capture template for org-roam
Allows inserting new links without being prompted for content
2020-05-06 00:22:51 +02:00
Antoine Martin bf03e08184 Pluralize papers folder 2020-05-06 00:22:36 +02:00
Antoine Martin 904a9fe41d Remove org-journal setup
I'm now using org-roam instead for that
2020-05-06 00:22:03 +02:00
Antoine Martin 699cd910b8 Add paper capture for org-roam 2020-05-04 16:35:58 +02:00
Antoine Martin 151f38422f Move org-roam font face to its own source block 2020-05-03 15:01:32 +02:00
Antoine Martin 82764050c0 Use Firefox dev to open org-roam graph 2020-04-30 23:20:44 +02:00
Antoine Martin c06a299b8d Set org-mode directory explicitely 2020-04-27 23:41:49 +02:00
Antoine Martin 73332895d3 Remove line always highlighted 2020-04-27 23:34:33 +02:00
Antoine Martin cdfd5662fd Adapt Roam links color to go with new light theme 2020-04-23 16:45:44 +02:00
Antoine Martin 11b9bf0e25 Switch to a light theme
Apparently research finds light themes to be easier for reading, as long
as the screen isn't too bright. Let's see how this goes.
2020-04-21 23:02:11 +02:00
Antoine Martin 772d3e4e69 Make sure c-basic-indent sticks
The previous solution worked but it would sometimes reset to its default
value of 4, surely because of another mode loading and resetting it.

This should fix it for good.
2020-04-21 23:01:10 +02:00
Antoine Martin c5f36982f3 Fix font always being bold 2020-04-21 22:38:03 +02:00
Antoine Martin 767b8388e9 Stop fighting with org-journal
Following hlissner/doom-emacs@3bb6c1b
2020-04-17 21:22:43 +02:00
Antoine Martin cafbfbb0de Make reading capture finish immediately 2020-04-16 23:25:23 +02:00