summary refs log tree commit diff
path: root/.gitignore (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-11-10simplify a number of things in the configurationFranck Cuny1-167/+11
The configuration for the completion system is a bit complex and I don't understand what I use, what I need, what are the defaults, etc. Let's reset the configuration to a bare minimum I understand and then build from there.
2023-11-10remove extra configurationFranck Cuny1-1/+0
As per the documentation, if `use-dialog-box` is `nil`, then `use-file-diablog` value is considered to be nil.
2023-11-06clean up some of the completion configurationsFranck Cuny1-17/+3
2023-11-06remove a lot of unused org-mode settingsFranck Cuny1-292/+0
Since I'm using bear for my notes, and I don't use the agenda (I'm using Apple's reminder instead), I can delete a lot of things related to org-mode.
2023-11-06drop rust configurationFranck Cuny1-12/+0
2023-09-14delete elfeedFranck Cuny2-134/+0
I'm using feedbin.
2023-08-01set the path earlierFranck Cuny1-11/+13
For some reasons `magit` is picking an incorrect version of `git` otherwise. Change-Id: Icc34a42428a8c32cc37a75d58e0d238383c87083
2023-08-01set `ensure` to `true` for a few packagesFranck Cuny1-0/+3
Change-Id: I312b4dab64eccdda780d7a725b520f3e257bbabe
2023-08-01don't set the mode when tangling the fileFranck Cuny1-2/+6
The option `tangle-mode` is only added in a later version of `org-mode`. Change-Id: Icbf529c2136faa1a41c3b3370a1f5015e51fddb6
2023-06-20bind some keys for eglotFranck Cuny1-1/+4
Change-Id: I72c6c564c7c663f284d708989aaa927f5acb0df0
2023-06-08configure the font family and the sizeFranck Cuny1-6/+12
Set source code pro for monospace and dejavu for variable pitch face. The font size needs to be of a higher height on MacOS than Linux. Change-Id: I7f99f74e93166e3967fa351864fa75bc2053d141
2023-06-07more feedsFranck Cuny1-0/+2
Change-Id: Ibece66448e4252436b52eebaf03f465fe64819e3
2023-06-07drop the elisp-mode-capeFranck Cuny1-16/+0
Change-Id: Ia4eeab20a290305fc774d211d70729dd1118fb30
2023-06-07let's drop the eglot format buffer for pythonFranck Cuny1-2/+1
This is done with black anyway. Change-Id: If129a916b2fc0fc0547e77a88b945ba51f99fa2d
2023-06-07format code block for eglotFranck Cuny1-1/+1
Change-Id: I7e8138b22507d4064318c4c1c2ec9612a793ffc5
2023-06-07remove settings for flymakeFranck Cuny1-3/+0
I think they are the ones responsible for reporting errors after saving a change / formatting the buffer. Change-Id: I79389bb4baabd30648e85ae422afdca2f557a3af
2023-06-07format the code block for yasnippetFranck Cuny1-26/+25
Change-Id: I7172fde9196948acaabe72eed163bae2ca0531ae
2023-06-07we don't need ob-emamuxFranck Cuny1-1/+1
Change-Id: I08edc577c29b0ae9f50423a9797a97d9ae7a6c53
2023-06-07add the package restclientFranck Cuny1-0/+21
Change-Id: Ic9537b4ad81c40ce9c80b85bbdae60a4e8e74df1
2023-06-07remove package/configuration for `default-text-scale`Franck Cuny1-6/+0
This is not needed. Change-Id: Ia77453e68c827a34deb8997c7f80d50a3ba5391b
2023-06-07set tab-width to 4 for go-modeFranck Cuny1-7/+8
Change-Id: I981624ea334a63a7d68aeb5f1316f01a9da101e9
2023-06-07send completion candidate when inside eshellFranck Cuny1-0/+17
Change-Id: I9f73b17723fee7a241c40d41c9b399949e26d4a9
2023-06-07ensure the package for yaml-mode is installedFranck Cuny1-0/+1
Change-Id: I5fffea7968f191e4c50fc811a1fc6fa7f5ec4403
2023-06-04elfeed: add a bunch of feedsFranck Cuny1-4/+12
Change-Id: I43c366d788db733a47c574421e67219cec4817f9
2023-06-01🤡Franck Cuny53-1517/+2134
Change-Id: I06b104d79deac199f9cd9cdae705e333d23cc852
2023-05-14elfeed: add more feedsFranck Cuny1-5/+2
Change-Id: I598f16e1612d3ba234598d8ce3508fd9b159ce57
2023-03-27go: fix the configurationFranck Cuny1-7/+9
Change-Id: I2e801c7221f37874380d36d883d77c2b9676913c
2023-03-27Makefile: create some directoriesFranck Cuny1-1/+5
Change-Id: Ia32a7837c2b2e9e44881201d611674def10a29ab
2023-03-27elfeed: kill some feedsFranck Cuny1-3/+0
Change-Id: I7b0f1415618cc67efd193dce9b668b24f7ac536e
2023-03-27ui: default color scheme in blackFranck Cuny2-20/+2
Change-Id: I1dc4fb98f11d46acab82fda6c32cea01eb823e92
2023-02-21ref(org): simplify the sequence for todo-keywordsFranck Cuny1-1/+1
I don't need the "STARTED" state, it's either "TODO" or "WAITING" (it contains both the idea of started or blocked). Change-Id: I1f5410382f152c8ad2adfe9cd0bc08d66d55483e
2023-02-21fix(org): typo in a headerFranck Cuny1-1/+1
Change-Id: Ife43dedb7afeb1fec12bb042211a142ea4a37688
2023-02-21fix(ui): don't coerce buffers for wo|manFranck Cuny1-5/+0
The screen on the laptop is too small, let's just have a full size buffer, it's easier to read that way. Change-Id: If6d65bd0353237431f6bd68c054c7ec732bd7dd8
2023-02-21feat(conf/fish): add fish-modeFranck Cuny1-0/+1
Change-Id: Ia7a9e8ec626be6920ad63f1eb2b965445f5b3452
2023-02-20feat(elfeed): add more feedsFranck Cuny1-1/+5
Change-Id: Ida36543d8c507ed449aa5787abb8cba3df159078
2023-02-09fix(dired): make the outpout of ls more readableFranck Cuny1-4/+1
I want the date of the files to be formatted as 'year-month-day time': this is easier to read and sort. To do this I needed to: - stop loading `ls-lisp': as I want to rely on the system's `ls' binary - specify the switches for `ls' The existing switches (`dired-listing-switches') where not taking effect because I was using `ls-lisp'. Change-Id: I3f3bc3abe864b60b12342713157e24f466c3aafa
2023-02-06fix(go): format the bufferFranck Cuny1-1/+1
Change-Id: I39a199d24c3e0361f4d268d98b0ad6a3d0cb0f47
2023-02-05ref(misc): set location of some filesFranck Cuny2-1/+15
Change-Id: I201e804aeee3d579350b9efcf2680595ae8cf047
2023-02-05elfeed: one more feedFranck Cuny1-0/+1
Change-Id: I765f6b7a490378a008cd3934125d46a282badbe3
2023-02-05ref(aspell): don't maintain the dictionary in the repoFranck Cuny4-68/+2
Dictionaries are machine specific, no point in managing them through git. Change-Id: Ie72ad746e124b73e42135ede82a5ae6d7e45de2e
2023-01-31ref(eshell): not sureFranck Cuny1-2/+1
Change-Id: I42243b671edcdf5765371f0ec8bd38735456a5bd
2023-01-31fix(ui): re-indent correctlyFranck Cuny1-3/+3
Change-Id: I01576db6bfbb7dbfe0bcb04185e1cf8d0708a5af
2023-01-31feed: moar feedsFranck Cuny1-0/+3
Change-Id: Id3f00ba8897bb1ce621e47cefdb5c160e1076d59
2023-01-31ref(org-mode): a number of tweaksFranck Cuny3-25/+15
- use org-cliplink to add bookmarks - remove the sequence for TO-READ/READING/READ since I don't use it - remove a projects.org since all tasks end up in tasks.org with tagging. This was adding a layer of complexity I don't need - move habits to tasks.org - add a capture template for TIL (today-I-learned) - remove the heading decorations for the theme, I don't like the way it looks Change-Id: I6e25015ec91242cc8b8797a92767a1afa9c08a96
2023-01-22ref(eshell): remove unnecessary variablesFranck Cuny1-10/+1
Some of the variables where related to eshell-smart, which I don't use. Change-Id: If983883a3275b6f6de58c56105c2fbea1c388c20
2023-01-22ref(completion): replace corfu-doc with corfu-popupinfoFranck Cuny1-4/+11
corfu-doc is deprecated and corfu-popupinfo is what is recommended to use. Change-Id: I6039d91839276f75e93551bc84ce56bcb872be1d
2023-01-22fix(markdown): workaround related to imenuFranck Cuny1-0/+8
There is a bug with the markdown mode where imenu does not work when native compilation is used. This is a workaround recommended on the issue tracker. Change-