Commit Graph

1144 Commits

Author SHA1 Message Date
828448680a Disable undo-tree saving
It writes a lot of files which might sound handy but since i don’t always use
Emacs to edit files, they can easily become obsolete.
2023-10-27 06:02:04 +02:00
519f7acf1a Add the yuck-mode package 2023-10-27 06:01:55 +02:00
d975584e25 Add forge-database-v*.sqlite to gitignore
It seems forge now simply backs up the whole sqlite file instead of dumping it.
2023-10-24 15:53:04 +02:00
6a50199652 Final touches 2023-10-24 09:28:20 +02:00
5351cde10d Fix a source link for one of my commands 2023-10-24 09:28:01 +02:00
5cd85a35ca Make sure we use orderless exclusively during completion 2023-10-24 09:28:01 +02:00
f9b50a7af7 Fine tune Rust and Cargo related packages 2023-10-24 09:28:01 +02:00
3130097949 Globally enable undo-tree 2023-10-24 09:28:01 +02:00
0f7935da32 Reduce the default font size 2023-10-24 09:28:01 +02:00
1cf60c50ef Remove some unused key bindings 2023-10-24 09:28:01 +02:00
38c2dacedc Get rid of gpolonkai/isearch-regexp
isearch is good in itself, so this also rebinds isearch commands to their
rightful bindings.
2023-10-24 09:28:00 +02:00
d8eb235b25 Remove some unused functions 2023-10-24 09:28:00 +02:00
2c18b4c70a Only load fish-mode for fish files 2023-10-24 09:28:00 +02:00
c39e8c2bbf Only load systemd-mode for specific file types 2023-10-24 09:28:00 +02:00
6987cb93dc Add a new feed to my TwTxt settings 2023-10-24 09:28:00 +02:00
07725bdf2f Only load elpher when it is used 2023-10-24 09:28:00 +02:00
d9dd5acd15 Only enable hl-todo mode in programming modes 2023-10-24 09:28:00 +02:00
5b55077411 Only load tidal for tidal files 2023-10-24 09:27:59 +02:00
47abe6c958 Prevent open-line-above/below from doing completion if no indentation is needed 2023-10-24 09:27:59 +02:00
60307f6432 Add and configure the cape package 2023-10-24 09:27:59 +02:00
5b0156d951 Add and configure the corfu package 2023-10-24 09:27:59 +02:00
4d59042b60 Add and configure the consult-projectile package 2023-10-24 09:27:59 +02:00
927753fbd5 Add and configure the org-appear package 2023-10-24 09:27:59 +02:00
847c65ddc0 Add and configure the consult-org-roam package 2023-10-24 09:27:59 +02:00
fe79b09035 Add and configure the spdx package 2023-10-24 09:27:58 +02:00
a2635593e8 Add and configure the string-inflection package 2023-10-24 09:27:58 +02:00
75342a80fc Add a key binding for sp-rewrap-sexp 2023-10-24 09:27:58 +02:00
8e320b2db6 Minor adjustment for using corfu, so tab always tries to complete 2023-10-24 09:27:58 +02:00
e66540149d Refactor gpolonkai/goto-next-char for a bit more performance 2023-10-24 09:27:58 +02:00
3011905d2b Make gpolonkai/org-space-key customizable 2023-10-24 09:27:58 +02:00
4d7a2795a4 Remap dabbrev stuff so it’s more useful 2023-10-24 09:27:58 +02:00
12a66c6ee7 Change my hidden modeline implementation to hide-mode-line 2023-10-24 09:27:56 +02:00
93851abbe2 Refactor my key bindings into submaps 2023-10-24 09:25:05 +02:00
76d99e522a Move key bindings to their final place 2023-10-24 09:25:04 +02:00
d2c81b01f5 Move programming related packages to their own section 2023-10-24 09:24:13 +02:00
b66589eb83 Move utility packages to their own section 2023-10-24 09:21:25 +02:00
1ab3596465 Move coding related packages to their own section 2023-10-24 09:21:25 +02:00
02fe027e61 Move mailing related configuration to its own section 2023-10-24 09:21:25 +02:00
c058cfe853 Move completion related configuration to its own section 2023-10-24 09:21:25 +02:00
3539accfb1 Move Org related packages and settings to their own section 2023-10-24 09:21:23 +02:00
ade76106df Move Git related packages to their own section 2023-10-24 09:10:21 +02:00
6f51d5133f Move dired related packages to their own section 2023-10-24 09:10:20 +02:00
7faa3b099a Move usability packages to their own section 2023-10-24 09:10:20 +02:00
38fdccda58 Move Projectile config to its own section 2023-10-24 09:10:20 +02:00
e17223828e Configure built-in packages before everything else 2023-10-24 09:10:20 +02:00
cde06cd98d Move Emacs default settings to (almost) the top 2023-10-24 09:10:20 +02:00
224c12a060 Move some custom functions to their new place
Others will be either deleted or moved later.
2023-10-24 09:10:19 +02:00
2ab396a5fe Move package manager configuration to a new place 2023-10-24 08:58:47 +02:00
4c11f8190d Move pre-initialization steps to the top of my config 2023-10-24 08:58:47 +02:00
1a90cb599f Remove the func-region function 2023-10-24 08:58:35 +02:00