Commit Graph

40 Commits

Author SHA1 Message Date
tastytea 60bebf6069
Force loading magit after startup 2021-12-24 16:55:00 +01:00
tastytea 4805da390e
blamer is now listed on MELPA. 2021-11-27 16:12:21 +01:00
tastytea be65bf20f2
Add blamer. 2021-10-28 21:46:16 +02:00
tastytea 7880b46650
Fix magit preocess colors. 2021-07-27 21:05:29 +02:00
tastytea 9b740227e1
Unbreak magit config. 2021-07-16 16:50:03 +02:00
tastytea cbddc0f6ef
git: Remove trailing newline from magit-eldoc string. 2021-06-22 02:03:44 +02:00
tastytea 06c354a217
Use Eldoc with Magit.
Use Eldoc to display information about the commit at point.
2021-06-21 23:46:50 +02:00
tastytea abb29c2c6d
magit: Colorize process output after it finished. 2021-06-19 08:37:56 +02:00
tastytea 634bc6bd50
Add C-<up> and -<down> to magit status. 2021-06-01 15:30:42 +02:00
tastytea ab9c185098
Magit: Navigate sections with arrow keys in diff-mode. 2021-04-23 20:58:25 +02:00
tastytea a54a36a2e9 Emacs: Remove Time-stamps. 2020-12-13 11:00:14 +01:00
tastytea d15eefdf5d Emacs: Replace (unless slow-computer […] with :unless slow-computer. 2020-12-08 13:17:06 +01:00
tastytea 6da1664441 Emacs: Read SSH/GPG agent environment variables from file. 2020-12-03 21:42:55 +01:00
tastytea a8f4b8a101 Emacs: Refactor programming/git. 2020-06-23 02:26:38 +02:00
tastytea fb51ace721 Emacs: Fix RET in magit-mode. 2020-06-23 02:22:52 +02:00
tastytea ee7262b294 Emacs: Magit: When visiting the file, don't make it read-only. 2020-06-19 22:53:07 +02:00
tastytea a7f9163bdb Emacs: Magit: Visit files in other window by default. 2020-06-19 22:48:01 +02:00
tastytea f282e1c8a0 Emacs: Remove magit workaround for vertical split.
Seems to be fixed.
2020-05-03 04:32:45 +02:00
tastytea abc0511112 Emacs: Remove git-gutter.
It is unmaintained and does not work well with TRAMP. All other
alternatives that I found don't work well with TRAMP either.
2020-05-03 03:50:50 +02:00
tastytea fc5d257766 Emacs: Disable git-gutter. 2020-05-03 03:32:44 +02:00
tastytea 9dfcb67310 Emacs: Change keybindings for git-gutter. 2020-04-24 15:09:31 +02:00
tastytea 07c531324a Emacs: Re-enabled git-gutter-mode.
It seems it is not responsible for the slowdown.
2020-04-23 20:14:20 +02:00
tastytea 7f69324780 Emacs: Use setq-local for setting fill-column in git-commit-mode. 2020-04-22 03:17:44 +02:00
tastytea 68db8a72ec Emacs: Re-enable git-gutter but don't load it automatically.
It locks buffers for ~3 seconds.
2020-04-21 16:38:41 +02:00
tastytea 7359c3e0d3 Emacs: Disable C-x g. 2020-04-21 16:35:42 +02:00
tastytea e26127da8d Emacs: Set fill-column for git-commits to 72.
It's required for Gentoo repos and recommended for emails.
2020-04-20 21:28:19 +02:00
tastytea c3059efa7b Emacs: Make bug references clickable. 2020-04-20 21:27:46 +02:00
tastytea 343130ce02 Emacs: Invoke git-gutter-mode for textfiles too. 2020-04-20 00:01:07 +02:00
tastytea 0de331cb9e Emacs: Add git-gutter. 2020-04-18 16:19:57 +02:00
tastytea 16042f637e Emacs: Reduce defer times to 2 and 4. 2020-04-18 03:12:10 +02:00
tastytea 72fc9c971d Remove :pin leftover from old package management. 2020-04-10 14:17:47 +02:00
tastytea ec9a9c563d Emacs: Mark magit-todos-depth as safe in :init, not :config.
Because :config is executed after loading.
2020-04-10 14:06:21 +02:00
tastytea fb639bfab1 Emacs: Rebind a bunch of keybindings from C-x to C-c.
<https://emacs.stackexchange.com/a/42166>
2020-03-27 17:11:14 +01:00
tastytea 18085e21de Emacs: Require package-management.el in init files. 2020-03-18 15:00:17 +01:00
tastytea b24cde35d3 Emacs: Switch to straight for package management. 2020-03-15 23:38:06 +01:00
tastytea 48be5d24d6 Emacs: Remove transient, we don't need the git-version anymore. 2020-02-26 21:59:06 +01:00
tastytea 45d69be9e5 Emacs: Delay loading of git-commit-mode instead of inhibiting it. 2020-02-19 23:59:25 +01:00
tastytea 39652ffdcb Emacs: Lazy-load cc-mode, git-commit-mode, go-mode. 2020-02-18 17:10:02 +01:00
tastytea 0d6b6a3f86 Emacs: Add purpose-support to magit-workaround. 2020-01-27 05:37:35 +01:00
tastytea 8664fe9a90 Emacs: Moved git and lsp config to separate files. 2020-01-27 02:11:10 +01:00