Commit graph

22 commits

Author SHA1 Message Date
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
7a355e8890 base: Remove indention for c files
Remove setting indention for c files as this is set in dev.el anyways.
2023-07-25 16:31:37 +02:00
ec0e341d98 base: Set the default browser
Set the default browser to firefox.
2023-07-25 16:29:21 +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
3fad3b9758 gpg: Add config to ask for the gpg passphrase
In order for emacs to be able to cope with gpg, the following lines
have to be configured in `~/.gnupg/gpg-agent.conf`:

```
pinentry-program /usr/bin/pinentry-tty
allow-loopback-entry
```
2023-06-29 08:43:38 +02:00
9e9ec1829d dev: Enable flyspell when making commits 2023-06-01 17:11:06 +02:00
3b63fe790b gnupg: Remove unused config 2023-05-17 19:22:21 +02:00
0d31e46723 base: Enable fill column indicator 2023-05-10 11:31:52 +02:00
1765a29777 org: Remove agenda files 2023-05-10 11:30:22 +02:00
c5fac3c7b4 dev: Add rust and cargo modes 2023-05-10 11:29:09 +02:00
a10832c1be Use use-package for org-mode and enable beamer exports 2022-10-12 19:47:12 +02:00
d2bcae6c89 Enable packages and clipboard 2022-10-12 19:47:00 +02:00
60afdd0dda add ccc.org and reformat 2020-01-13 22:17:36 +01:00
ca88827454 org config 2020-01-11 12:49:59 +01:00
7bfa440265 ivy-pass shortcut 2019-12-17 23:54:15 +01:00
9a280745e9 configure gpg 2019-11-23 02:26:33 +01:00
ff7cd5af86 disable clipboard yanking 2019-11-22 13:50:58 +01:00
efcb028d0f add default password length 2019-11-12 21:15:36 +01:00
2becf40150 fix paredit 2019-11-11 22:07:15 +01:00
9baeee6313 use ivy-pass 2019-11-11 22:07:15 +01:00
7033155c6a optimize and use use-package 2019-07-10 23:27:54 +02:00