Commit graph

80 commits

Author SHA1 Message Date
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 a769825f12 Add fish support 2020-07-07 16:18:01 +02:00
Antoine Martin 7779e0e863 Set rust fill column to 100 2020-06-19 23:17:34 +02:00
Antoine Martin 82245eccc4 Enable docker package to edit Dockerfiles 2020-06-19 10:52:51 +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 e6606d277c Disable irony entirely for C/C++ 2020-05-23 12:56:22 +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 8697cbd434 Enable magit's forge 2020-05-21 15:07:35 +02:00
Antoine Martin 46df260f2a Setup RSS reader 2020-05-20 13:57:42 +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 c64a3fa81c Update init.el
Keep up with init.example.el from doom-emacs
2020-05-19 00:01:47 +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 907c0c023f Enable Emacs Speaks Statistics module 2020-05-15 21:12:36 +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 2c67a7e13a Use lighter modeline
Seems to improve performance a bit
2020-05-10 00:28:26 +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 0d4e509743 Enable more languages 2020-05-03 15:01:22 +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 fe1ae76b2a Disable almost empty data module
Reenable yaml
2020-04-27 23:33:52 +02:00
Antoine Martin 4663efd7a6 Update init.el
Keep up with init.example.el from doom-emacs
2020-04-27 23:32:25 +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