|
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 |
|
|
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 |
|
|
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 |
|
|
cd80739e8f
|
Emacs: Truncate lines only in prog-mode and conf-mode.
|
2020-02-05 16:39:44 +01:00 |
|
|
59e5b30955
|
Emacs: Add rainbow-mode.
|
2020-02-04 18:50:04 +01:00 |
|
|
4c7d63534b
|
Emacs: Back to 2 rainbow-delimiters colors.
|
2020-02-04 18:47:41 +01:00 |
|
|
62724bfcf3
|
Emacs: Change color 3 of rainbow-delimiters.
|
2020-02-04 03:19:01 +01:00 |
|
|
9e088d528c
|
Emacs: Use 4 different delimiter colors.
|
2020-02-03 15:14:06 +01:00 |
|
|
3ce668c3bb
|
Emacs: Suppress some warnings.
|
2020-02-03 15:13:18 +01:00 |
|
|
e4fc762809
|
Emacs: Add -DWITH_TEST=YES to projectile-project-configure-cmd.
|
2020-02-02 13:50:50 +01:00 |
|
|
8863024422
|
Emacs: Add rainbow-delimiters.
|
2020-01-28 04:47:57 +01:00 |
|
|
2fe8007536
|
Emacs: Close other windows after killing all project buffers.
|
2020-01-28 03:33:39 +01:00 |
|
|
c32b7c7614
|
Emacs: Move maybe-copyright-update down.
|
2020-01-28 03:32:59 +01:00 |
|
|
2e1c41f757
|
Emacs: Ask to update copyright years in prog-mode.
|
2020-01-28 03:26:08 +01:00 |
|
|
563fcdc14e
|
Emacs: Redistributed keybindings.
|
2020-01-27 09:13:36 +01:00 |
|
|
0ff970fcd1
|
Emacs: Don't truncate lines in compilation output.
|
2020-01-27 04:34:00 +01:00 |
|
|
cb83cd5ae7
|
Emacs: Clean up init files a bit.
|
2020-01-27 02:39:22 +01:00 |
|
|
8664fe9a90
|
Emacs: Moved git and lsp config to separate files.
|
2020-01-27 02:11:10 +01:00 |
|
|
8342589400
|
Emacs: Workaround for magit split problem.
|
2020-01-26 21:45:56 +01:00 |
|
|
eccb0dc95e
|
Emacs: Fix lsp-clients-clangd-args and allow override.
|
2020-01-26 09:13:54 +01:00 |
|
|
fd241edd46
|
Emacs: Reorder default cmake arguments.
|
2020-01-26 09:13:26 +01:00 |
|
|
1d029a4ff9
|
Emacs: Replace company-clang-version with my/clangd-version.
|
2020-01-26 07:01:04 +01:00 |
|
|
9264bbe33a
|
Emacs: typo. 🤦
|
2020-01-26 01:58:38 +01:00 |
|
|
6862c76d71
|
Emacs: Oops, lsp-clients-clangd-args is a list.
|
2020-01-26 01:52:15 +01:00 |
|
|
1b3fcad20e
|
Emacs: Rearrange clangd argument stuff.
|
2020-01-26 01:30:13 +01:00 |
|
|
5906b26237
|
Emacs: fix clang version extraction.
|
2020-01-26 01:24:31 +01:00 |
|
|
8ee57b74f6
|
Emacs: Add “-clang-tidy” to clangd args if possible.
|
2020-01-26 01:09:35 +01:00 |
|
|
6563e1bb1b
|
Emacs: No delay for company.
|
2020-01-25 05:39:52 +01:00 |
|
|
1f158955ec
|
Emacs: Move my/split-vertically() to magit and deactivete it.
|
2020-01-25 03:46:08 +01:00 |
|
|
6f90c07076
|
Emacs: Split git commit buffers vertically if buffer is dedicated.
If the current buffer is dedicated to a purpose, splitting horizontally is
impossible. To prevent stacking, we split vertically instead.
|
2020-01-24 23:17:35 +01:00 |
|
|
4d3b29ff6b
|
Emacs: Add keybinding for lsp-ui-peek-find-implementation.
Although it doesn't seem to work yet.
|
2020-01-24 22:16:55 +01:00 |
|
|
c63006ba83
|
Emacs: Load lsp-treemacs after lsp-ui.
|
2020-01-21 03:35:41 +01:00 |
|
|
62a33a88e6
|
Emacs: Add lsp-treemacs.
|
2020-01-20 20:25:29 +01:00 |
|
|
4dd42f705e
|
Emacs: Move lsp-mode to programming/common.
|
2020-01-20 19:28:01 +01:00 |
|
|
76ccb85419
|
Emacs: Remove keybinding C-p for projectile.
|
2020-01-20 02:54:46 +01:00 |
|
|
0404939f84
|
Emacs: Only set ~/Projekte as projectile search path if it exists.
|
2020-01-15 23:15:10 +01:00 |
|
|
4faa73ba20
|
Emacs: Remove old comment.
|
2020-01-07 07:54:10 +01:00 |
|
|
6fdc5b523a
|
Emacs: Run editorconfig-apply after dtrt-indent-mode.
|
2020-01-07 07:26:14 +01:00 |
|
|
8d12681d1f
|
Rmacs: Add keabinding C-p for projectile-command-map.
|
2020-01-07 07:03:52 +01:00 |
|
|
0198c88b1a
|
Mark magit-todos-depth as safe local variable.
|
2019-12-31 12:58:12 +01:00 |
|
|
f43c6b5d43
|
Emacs: Improve documentation for dtrt-indent config.
|
2019-12-29 04:36:42 +01:00 |
|
|
ee01e1a8d3
|
Emacs: Add keybindings for tab-bar and enable tab-line.
|
2019-12-26 21:30:46 +01:00 |
|
|
2d576fec10
|
Rename .emacs/init → .emacs/init.d and fix comment-face.
Inheriting `font-lock-comment-face` in `font-lock-comment-face` would lock up
Emacs.
|
2019-12-26 19:23:43 +01:00 |
|