Commit Graph

20 Commits

Author SHA1 Message Date
948676f225 Emacs: Improve c-mode indentation. 2020-05-06 00:11:25 +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
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
e85bb766d7 Emacs: Highlight code blocks in doxygen comments. 2020-03-27 16:44:58 +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
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
39652ffdcb Emacs: Lazy-load cc-mode, git-commit-mode, go-mode. 2020-02-18 17:10:02 +01:00
650cb68c96 Emacs: Diminish some more modes. 2020-02-11 17:59:12 +01:00
cddca99f44 Emacs: Extend cc-search-directories. 2020-01-27 06:31:11 +01:00
cb83cd5ae7 Emacs: Clean up init files a bit. 2020-01-27 02:39:22 +01:00
1d029a4ff9 Emacs: Replace company-clang-version with my/clangd-version. 2020-01-26 07:01:04 +01:00
c42cb09db7 Emacs: Disable flycheck-clang-tidy if clang >= 9 is detected. 2020-01-26 02:36:05 +01:00
4dd42f705e Emacs: Move lsp-mode to programming/common. 2020-01-20 19:28:01 +01:00
34321385a0 Emacs: formatting fix. 2020-01-10 17:45:05 +01:00
9db4966aab Emacs: Set cc-search-directories. 2020-01-04 10:24:43 +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