Commit Graph

95 Commits

Author SHA1 Message Date
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
fc5d257766 Emacs: Disable git-gutter. 2020-05-03 03:32:44 +02:00
15402c4ac9 Emacs: Add clang-format if it is installed. 2020-04-27 04:03:48 +02:00
8f70497475 Emacs: remove clang-include-fixer. 2020-04-27 03:03:24 +02:00
9dfcb67310 Emacs: Change keybindings for git-gutter. 2020-04-24 15:09:31 +02:00
07c531324a Emacs: Re-enabled git-gutter-mode.
It seems it is not responsible for the slowdown.
2020-04-23 20:14:20 +02:00
7f69324780 Emacs: Use setq-local for setting fill-column in git-commit-mode. 2020-04-22 03:17:44 +02:00
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
7359c3e0d3 Emacs: Disable C-x g. 2020-04-21 16:35:42 +02:00
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
c3059efa7b Emacs: Make bug references clickable. 2020-04-20 21:27:46 +02:00
343130ce02 Emacs: Invoke git-gutter-mode for textfiles too. 2020-04-20 00:01:07 +02:00
0de331cb9e Emacs: Add git-gutter. 2020-04-18 16:19:57 +02:00
16042f637e Emacs: Reduce defer times to 2 and 4. 2020-04-18 03:12:10 +02:00
4f9957a5f1 Emacs: Switch theme to doom-outrun-electric. 2020-04-17 03:51:57 +02:00
72fc9c971d Remove :pin leftover from old package management. 2020-04-10 14:17:47 +02:00
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
3a3f1b6ebb Emacs: Remove text/tools move contents elsewhere.
Moved to misc/documentation, programming/elisp and text/web.
2020-03-27 21:37:57 +01:00
0ea8954c20 Emacs: Change keybinding for my/launch-gdb().
It conflicted with magit.
2020-03-27 20:30:05 +01:00
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
287e1393fc Emacs: Add keybinding for lsp-execute-code-action. 2020-03-27 17:04:09 +01:00
e85bb766d7 Emacs: Highlight code blocks in doxygen comments. 2020-03-27 16:44:58 +01:00
eae07712e3 Emacs: Bugfix in my/switch-project().
Look for frame-width instead of window-width when deciding if treemacs is to be opened.
2020-03-27 14:01:30 +01:00
d725fab455 Emacs: Don't install flycheck-clang-tidy if clangd >= 9 is present. 2020-03-27 13:52:56 +01:00
b781e73961 Emacs: Don't install cmake-mode if on Gentoo. 2020-03-27 13:46:31 +01:00
7660013ead Emacs: Only open treemacs automatically if window-width is >= 120. 2020-03-27 00:05:09 +01:00
18085e21de Emacs: Require package-management.el in init files. 2020-03-18 15:00:17 +01:00
b24cde35d3 Emacs: Switch to straight for package management. 2020-03-15 23:38:06 +01:00
0671e49069 Emacs: Pin flycheck-package-setup to MELPA. 2020-03-12 17:26:21 +01:00
db84b0f02e Emacs: Move my/clangd-version to programming/common.el. 2020-03-10 13:00:22 +01:00
9665dd40b4 Emacs: Fix custom-faces definition for rainvow-delimiters. 2020-03-10 10:29:02 +01:00
5421bbd971 Emacs: Refactor programming/common.el. 2020-03-09 15:36:23 +01:00
b788e7d8f0 Emacs: Set company-idle-delay to 0.5 and refactor. 2020-03-09 15:18:51 +01:00
65671f96a7 Emacs: Refactor lsp.el. 2020-03-09 15:14:43 +01:00
54c1b466cf Emacs: Automatically restart lsp-server. 2020-03-09 15:04:48 +01:00
1660ffe800 Emacs: Remove -DWITH_CLANG-TIDY=YES from configure-cmd. 2020-02-28 05:12:18 +01:00
a4bfbf8639 Emacs: Remove window-purpose in my/projectile-kill-buffers. 2020-02-28 04:52:57 +01:00
25eeb3f159 Emacs: Use <f5>/<f6> to go to prev/next error in compilation-mode. 2020-02-27 04:37:07 +01:00
48be5d24d6 Emacs: Remove transient, we don't need the git-version anymore. 2020-02-26 21:59:06 +01:00
c530a916fb Emacs: Enable caching for company-lsp. 2020-02-26 04:49:31 +01:00
4152aba0cc Emacs: Add QML mode. 2020-02-23 22:02:54 +01:00
5808879974 Emacs: Add flycheck-package. 2020-02-20 02:43:03 +01:00
45d69be9e5 Emacs: Delay loading of git-commit-mode instead of inhibiting it. 2020-02-19 23:59:25 +01:00
39652ffdcb Emacs: Lazy-load cc-mode, git-commit-mode, go-mode. 2020-02-18 17:10:02 +01:00
21a1d3a158 Emacs: Rewrite my/switch-project() so that it works.
Call projectile-find-file before treemacs.
2020-02-12 14:39:47 +01:00
b383828496 Emacs: Call (counsel-)projectile-find-file after switching project. 2020-02-11 23:37:44 +01:00
e2db895f45 Emacs: Make counsel-projectile call my/switch-project. 2020-02-11 18:35:29 +01:00
650cb68c96 Emacs: Diminish some more modes. 2020-02-11 17:59:12 +01:00
c3337ba4be Emacs: Show minor-modes, but only some of them. 2020-02-11 17:48:50 +01:00
ea04b1562a Emacs: Bind C-x C-f to projectile-find-file. 2020-02-11 16:55:16 +01:00