Commit Graph

71 Commits

Author SHA1 Message Date
d0d079e0e4 Emacs: Only ask to update copyright if my/reformat-save is t. 2020-10-27 12:09:54 +01:00
34764d1306 Emacs: Move rainbow-mode to text/common. 2020-10-14 21:43:27 +02:00
0478315d10 Emacs: Remove safe-mark from projectile-enable-caching.
Not needed anymore.
2020-08-03 03:14:34 +02:00
6c0dd5b147 Emacs: Only enable caching for .emacs.d, better workaround. 2020-08-03 03:03:12 +02:00
d41b1a9963 Emacs: Mark projectile-enable-caching as safe variable. 2020-08-03 01:33:15 +02:00
95647351e5 Emacs: Disable caching again.
I'll enable it as a dir local variable for ~/.emacs.d for now.
2020-08-03 01:25:29 +02:00
9544a6ab83 Emacs: projectile: filter out *~. 2020-07-29 16:58:37 +02:00
0d60abb631 Emacs: Check syntax if idle for 2 seconds. 2020-07-04 15:00:37 +02:00
cfbe890a38 Emacs: Add smerge keybindings for keep-upper and keep-lower. 2020-06-14 17:09:04 +02:00
d233acbf61 Emacs: Fixed errors introduced by use-package-always-defer → t. 2020-05-24 22:59:31 +02:00
8820025337 Emacs: Set use-package-always-defer to t. 2020-05-24 22:17:02 +02:00
b0e9525fab Emacs: Replace :ensure with :straight. 2020-05-13 02:46:17 +02:00
c3059efa7b Emacs: Make bug references clickable. 2020-04-20 21:27:46 +02:00
4f9957a5f1 Emacs: Switch theme to doom-outrun-electric. 2020-04-17 03:51:57 +02: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
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
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
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
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