Commit graph

17 commits

Author SHA1 Message Date
c69e7e43d8 dev: Improve displaying parenthesis
Add two modes `highlight-parentheses` and `rainbow-delimiters` to
improve the readability when several level of parenthesis are
involved.
2024-05-27 13:59:09 +02:00
8bb1b07590 git: Move to own configuration for (ma)git
Magit is now configured together with all git related config that may
possibily come in the future.
2024-05-27 13:57:32 +02:00
0e7dd9da5f ripgrep: Move ripgrep config to its own file
The config for ripgrep now resides in its own file.
2024-05-27 13:55:23 +02:00
91ff02afe1 config: Fix indention by emacs auto indent
Use the indention that emacs applies when auto indenting.
2024-05-27 13:47:27 +02:00
d80f02e008 dev: Add lsp config
Add configuration for the lsp-mode and Rust.
2023-11-15 11:45:53 +01:00
9a0627bad0 dev: Reformat deadgrep and paredit config 2023-11-15 11:45:53 +01:00
93ed2ac975 dev, yaml: Extract yaml config into separate file
Move configuration regarding yaml into its own file.
2023-11-15 11:45:53 +01:00
1c0930fa65 dev, rust: Extract Rust config into separate file
Move configuration regarding Rust into its own file.
2023-11-15 11:45:50 +01:00
941b156a55 c, dev: Extract C config into separate file
Move configuration regarding C into its own file.
2023-11-15 11:45:22 +01:00
2ae2500575 dev: Run rust-fmt when saving a rust file
When saving a rust file, run rust-fmt.
2023-09-14 08:33:05 +02:00
89d25e16e2 dev: Add deadgrep in order to use ripgrep
Add the deadgrep mode together with a keybinding in order to call
ripgrep from emacs.
2023-08-01 16:27:23 +02:00
e19e5b0a4e dev: Enable spell checking for comments in code
To improve the readability add spell checks when writing comments in
code files.
2023-07-14 12:49:34 +02:00
a61d32cdfe dev: Change the C styling settings
Use two spaces as indention and the linux coding style. Extend the
fill column to 100.
2023-07-14 12:47:31 +02:00
9e9ec1829d dev: Enable flyspell when making commits 2023-06-01 17:11:06 +02:00
c5fac3c7b4 dev: Add rust and cargo modes 2023-05-10 11:29:09 +02:00
2becf40150 fix paredit 2019-11-11 22:07:15 +01:00
7033155c6a optimize and use use-package 2019-07-10 23:27:54 +02:00