Commit Graph

145 Commits

Author SHA1 Message Date
fb15524b93 Emacs: Only install cmake-mode if it isn't already installed.
And generalize ebuild-mode check.
2020-12-07 16:29:59 +01:00
4a8dc7e2ce Emacs: Activate lsp for XML. 2020-12-07 15:28:43 +01:00
6844f34ec6 Emacs: Set my/reformat-save to nil for diff-mode. 2020-12-05 15:54:41 +01:00
7e8cacaa5f Emacs: Remove my/cmake-compile-command.
Set projectile-project-compilation-cmd directly.
2020-12-05 10:56:13 +01:00
6da1664441 Emacs: Read SSH/GPG agent environment variables from file. 2020-12-03 21:42:55 +01:00
ca233d01a6 Emacs: LSP: Remove workaround for company-backends.
Fixed in <664dd19c2f>.
2020-12-02 09:16:04 +01:00
2d93281016 Emacs: LSP: Don't keep server open after all files are closed. 2020-12-02 09:06:22 +01:00
cca223bd40 Emacs: Activate lsp-mode for python. 2020-12-01 21:00:37 +01:00
917b2fa74b Emacs: LSP: Change faces for semantic highlighting. 2020-12-01 19:47:50 +01:00
319c563319 Emacs: Add cmake-font-lock. 2020-12-01 18:47:55 +01:00
79a2e89344 Emacs: LSP: Improve semantic highlighting. 2020-12-01 18:27:57 +01:00
da1717684a Emacs: dumb-jump: use xref-backend. 2020-12-01 18:27:27 +01:00
f2cf118fe9 Emacs: Mark built-in packages explicitly. 2020-11-18 18:38:55 +01:00
c2175d42af Emacs: Use which-function-mode. 2020-11-16 20:14:29 +01:00
bebe46145d Emacs: Use counsel-imenu, remove flimenu. 2020-11-13 18:02:16 +01:00
13e01743cd Emacs: Add flimenu (flatten imenu). 2020-11-13 16:33:46 +01:00
236dfa0460 Emacs: Don't show imenu in treemacs window. 2020-11-13 14:52:03 +01:00
50e1f5bb49 Emacs: Load clang-format when my/clang-format-buffer-maybe is called. 2020-10-30 16:41:47 +01:00
d0d079e0e4 Emacs: Only ask to update copyright if my/reformat-save is t. 2020-10-27 12:09:54 +01:00
56d52c554c Emacs: Replace variable my/no-ws-cleanup with my/reformat-save. 2020-10-27 09:50:20 +01:00
34764d1306 Emacs: Move rainbow-mode to text/common. 2020-10-14 21:43:27 +02:00
421dfbdb9c Emacs: Remove GDScript mode, LSP mode exists. 2020-09-30 18:16:28 +02:00
21e954c5a5 Emacs: Add GDScript mode. 2020-09-30 00:34:37 +02:00
f6e62c441e Emacs: LSP: Set lsp-keymap-prefix to C-c l …
… and enable which-key integration.
2020-08-28 03:42:28 +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
5a7baa82c7 Emacs: Fix flycheck warnings in programming/c++. 2020-08-03 00:39:56 +02:00
9544a6ab83 Emacs: projectile: filter out *~. 2020-07-29 16:58:37 +02:00
9e0036a1b2 Emacs: Add meson-mode. 2020-07-24 18:05:38 +02:00
c6fdc804a5 Emacs: Replace company-lsp with company-capf.
company-lsp is no longer supported and will be deprecated soon.
2020-07-07 05:34:19 +02:00
3b33519849 Emacs: lsp: Enable semantic highlighting.
It is only available in clangd master branch yet, maybe clang 11?
2020-07-07 05:31:05 +02:00
0d60abb631 Emacs: Check syntax if idle for 2 seconds. 2020-07-04 15:00:37 +02:00
910a072275 Emacs: Refactor programming/misc. 2020-06-23 02:31:39 +02:00
1f78527f04 Emacs: Refactor programming/c++. 2020-06-23 02:30:38 +02:00
a8f4b8a101 Emacs: Refactor programming/git. 2020-06-23 02:26:38 +02:00
fb51ace721 Emacs: Fix RET in magit-mode. 2020-06-23 02:22:52 +02:00
ee7262b294 Emacs: Magit: When visiting the file, don't make it read-only. 2020-06-19 22:53:07 +02:00
a7f9163bdb Emacs: Magit: Visit files in other window by default. 2020-06-19 22:48:01 +02:00
bbcaeaf792 Emacs: Format C++ code with clang-format before saving. 2020-06-15 21:57:42 +02:00
cfbe890a38 Emacs: Add smerge keybindings for keep-upper and keep-lower. 2020-06-14 17:09:04 +02:00
1d98fccf74 Emacs: Remove realgud. 2020-06-01 17:55:57 +02:00
e0bedc6bd6 Emacs: Set some gdb options. 2020-06-01 17:49:41 +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
a7a6d44d18 Emacs: Add lua-mode. 2020-05-08 02:34:45 +02:00
948676f225 Emacs: Improve c-mode indentation. 2020-05-06 00:11:25 +02:00
f282e1c8a0 Emacs: Remove magit workaround for vertical split.
Seems to be fixed.
2020-05-03 04:32:45 +02:00