Commit Graph

1186 Commits

Author SHA1 Message Date
1cadc1fd67 Move Git related packages from configuration.org to init.el 2025-06-03 17:37:20 +02:00
395504b1ea Move Org configuration from configuration.org to init.el 2025-05-30 19:33:04 +02:00
8a6353b2c5 Move usability package configurations from configuration.org to init.el 2025-05-30 16:46:46 +02:00
a5d503f1a6 Move builtin package initialisation from configuration.org to init.el 2025-05-30 16:17:03 +02:00
9e5528e519 Move basic settings from configuration.org to init.el 2025-05-30 16:17:01 +02:00
69549ce861 Move loading of the emacs package from configuration.org to init.el 2025-05-30 09:53:57 +02:00
3bd5c2c865 Move Magit related functions from configuration.org to lisp/gpolonkai/magit-utils.el 2025-05-30 09:53:51 +02:00
7502d37992 Move file manipulation functions from configuration.org to lisp/gpolonkai/file-utils.el 2025-05-29 21:54:20 +02:00
2cb666aa7b Move navigation functions from configuration.org to lisp/gpolonkai/nav-utils.el 2025-05-29 21:54:15 +02:00
47930acec4 Move text manipulation functions from configuration.org to lisp/gpolonkai/text-utils.el 2025-05-29 21:54:09 +02:00
5d89b6dd23 Move Org related functions from configuration.org to lisp/gpolonkai/org-utils.el 2025-05-29 21:53:33 +02:00
dd17f2dcc7 Move window manipulation functions from configuration.org to lisp/gpolonkai/windows.el 2025-05-29 20:41:38 +02:00
29483f463a Move utility functions from configuration.org to lisp/gpolonkai/utilities.el 2025-05-29 20:06:16 +02:00
c29882eacf Update mc command lists 2025-05-29 19:53:46 +02:00
3b53c19e2a Move the use-package settings to init.el 2025-05-29 18:59:16 +02:00
8534e3c8d7 Move the pre-init section back to init.el
Emacs sometimes (often? always?) loads an old Org version, then upgrades it after `configuration.org` is loaded.

To prevent this, i simply move back to a non-org configuration.  I never used any real Org features in my config anyway.
2025-05-29 18:59:16 +02:00
814dcf5778 Change org-mode directory independent from Nextcloud
I synchronize this folder through Syncthing now.
2025-05-29 18:59:16 +02:00
6cf739f12e Remove Quelpa
`use-package` now speaks `:vc`, so there’s no need for Quelpa anymore.
2025-05-29 18:58:36 +02:00
18f36bc277 Install org-clock-waybar without Quelpa
`use-package` now speaks `vc`, so there’s no need for Quelpa anymore.
2025-05-29 18:58:34 +02:00
ab5250d245 Set visual-fill-column-width to 120
That sounds like a readable width.
2025-05-29 18:54:27 +02:00
87ac20562f Move the Nextcloud directory to ~/Nextcloud 2025-03-31 16:46:23 +02:00
90210925b0 Add the ansible-vault-mode package 2025-03-31 16:46:23 +02:00
d00014c590 Rebind C-x k to kill-current-buffer
Emacs 30 updated kill-this-buffer so it must be executed by a mouse event (e.g. from the menu).
2025-03-31 16:46:23 +02:00
082988c915 Create the magit-find-first-link helper 2025-03-31 16:46:22 +02:00
2972d3f964 Create the magit-goto-end-of-section helper 2025-03-31 16:46:22 +02:00
3552e17ae9 Create the magit-goto-beginning-of-section helper 2025-03-31 16:46:22 +02:00
e38146c77b Remove Org mode elpa from package-archives 2025-03-31 16:46:22 +02:00
645dc39eb3 Change binding of consult-flymake to capital F so it doesn’t shadow avy-goto-line 2025-03-31 16:46:22 +02:00
46d90e8e6a Add gpolonkai/toggle-char-case to mc-lists 2025-03-31 16:46:22 +02:00
514c182c30 Call eshell-command-alert when a command in eshell gets terminated 2025-03-31 16:39:40 +02:00
ae016f9db4 Create the eshell-command-alert helper 2025-03-31 16:39:40 +02:00
bf4d26c1e3 Change the way we use Termux notifications
Since my PR in the alert package got merged, we no longer need this hack.
2025-03-31 16:39:05 +02:00
87b37aadbe Install the orgit and orgit-forge packages 2023-12-04 05:18:22 +01:00
a87bcffba7 Add shortcut for org-road-dailies-capture-date 2023-12-04 05:18:07 +01:00
4cdb694132 Make Org agenda not show a warning for schedule+deadline items 2023-12-04 05:16:35 +01:00
7606482c8e Add the rg package 2023-11-02 17:23:45 +01:00
c5dd1e4aa8 Add the ag package 2023-11-02 17:23:34 +01:00
4f741497d1 Add the ebnf-mode package 2023-11-02 17:23:10 +01:00
47c0d61301 Change the default font size 2023-11-02 17:22:55 +01:00
10faa3b170 Change fill column to 120 2023-11-02 17:22:24 +01:00
f4ecdb518e Add sp-rewrap-sexp to mc list 2023-11-02 17:21:46 +01:00
b1f2df7e75 Remove the flycheck-rust package
It’s not maintained since 2019 and it throws a lot of errors.
2023-10-27 06:12:40 +02:00
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