Commit Graph

35 Commits

Author SHA1 Message Date
aff9e3bc2e
Disable modern-c++-font-lock-mode. 2021-06-03 00:58:14 +02:00
a54a36a2e9 Emacs: Remove Time-stamps. 2020-12-13 11:00:14 +01:00
d15eefdf5d Emacs: Replace (unless slow-computer […] with :unless slow-computer. 2020-12-08 13:17:06 +01:00
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
319c563319 Emacs: Add cmake-font-lock. 2020-12-01 18:47:55 +01:00
f2cf118fe9 Emacs: Mark built-in packages explicitly. 2020-11-18 18:38:55 +01:00
50e1f5bb49 Emacs: Load clang-format when my/clang-format-buffer-maybe is called. 2020-10-30 16:41:47 +01:00
56d52c554c Emacs: Replace variable my/no-ws-cleanup with my/reformat-save. 2020-10-27 09:50:20 +01:00
5a7baa82c7 Emacs: Fix flycheck warnings in programming/c++. 2020-08-03 00:39:56 +02:00
1f78527f04 Emacs: Refactor programming/c++. 2020-06-23 02:30:38 +02:00
bbcaeaf792 Emacs: Format C++ code with clang-format before saving. 2020-06-15 21:57:42 +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
b0e9525fab Emacs: Replace :ensure with :straight. 2020-05-13 02:46:17 +02:00
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