Commit Graph

577 Commits

Author SHA1 Message Date
3a3f1b6ebb Emacs: Remove text/tools move contents elsewhere.
Moved to misc/documentation, programming/elisp and text/web.
2020-03-27 21:37:57 +01:00
0ea8954c20 Emacs: Change keybinding for my/launch-gdb().
It conflicted with magit.
2020-03-27 20:30:05 +01:00
c63adae0a3 Emacs: Fix indentation. 2020-03-27 20:29:38 +01:00
738ea43760 Emacs: Refactor text/web.el. 2020-03-27 18:12:41 +01:00
68282ed510 Emacs: Refactor text/tools.el. 2020-03-27 18:11:10 +01:00
b724d880e4 Emacs: Refactor text/misc.el. 2020-03-27 18:05:15 +01:00
910035067c Emacs: Refactor text/latex.el. 2020-03-27 17:57:55 +01:00
ac9c04a7d8 Emacs: Don't call function with symbol notation. 2020-03-27 17:55:12 +01:00
9e210e08f9 Emacs: Refactor text/common.el. 2020-03-27 17:52:59 +01:00
6faf976d67 Emacs: Refactor my/no-ws-cleanup. 2020-03-27 17:13:32 +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
287e1393fc Emacs: Add keybinding for lsp-execute-code-action. 2020-03-27 17:04:09 +01:00
e85bb766d7 Emacs: Highlight code blocks in doxygen comments. 2020-03-27 16:44:58 +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
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
6795bd2d77 Emacs: Only update repositories if newest MELPA recipe is old. 2020-03-27 00:26:56 +01:00
7660013ead Emacs: Only open treemacs automatically if window-width is >= 120. 2020-03-27 00:05:09 +01:00
b26dcdb2dd Emacs: Set straight-repository-branch temporarily to develop. 2020-03-26 16:20:15 +01:00
e7e4297adc Emacs: Fix my/straight-check-last-update(). 2020-03-26 01:21:53 +01:00
070de22922 Emacs: Use Noto Color Emoji for emojis. 2020-03-24 22:38:17 +01:00
65395eae6b Emacs: Add ivy-emoji. 2020-03-24 12:21:13 +01:00
a94ecf2126 Emacs: Use “GitHub flavoured markdown” for .md files. 2020-03-23 13:48:59 +01:00
c252dd2153 Change back keybinding for copy-to-register.
It has to be M-W, M-S-w won't work.
2020-03-21 12:24:54 +01:00
01e51164e9 Emacs: Clarify keybinding for copy-to-register, refactoring. 2020-03-19 16:52:35 +01:00
834262e7f8 Emacs: typo. 2020-03-19 00:31:21 +01:00
ca9a296d87 Emacs: Demand window-purpose, projectile depends on it. 2020-03-18 15:35:20 +01:00
18085e21de Emacs: Require package-management.el in init files. 2020-03-18 15:00:17 +01:00
b34f41c6bd Emacs: Make my/straight-check-last-update work.
The build-cache is modified on each start.
2020-03-18 13:57:12 +01:00
48c515dc2b Emacs: Instruct straight to get shallow clones to save space. 2020-03-18 13:07:08 +01:00
9a257f6213 Emacs: Replace concat with expand-file-name. 2020-03-18 12:16:08 +01:00
e7eab3ae69 Emacs: Refactor package-management.el.
Update commentary, move GNUTLS to the top, notification if last update was 7+
days ago, remove gnu-elpa-keyring-update.
2020-03-18 12:14:30 +01:00
216003eff9 Emacs: Add early-init.el. 2020-03-18 12:12:48 +01:00
da62bbcf8d Emacs: Comment fix. 2020-03-16 00:21:12 +01:00
0c6e8856be Emacs: Set straight-repository-branch back to “master”. 2020-03-16 00:20:39 +01:00
b24cde35d3 Emacs: Switch to straight for package management. 2020-03-15 23:38:06 +01:00
7fdc0b06ab Emacs: Move diminish into basics/early-packages.el. 2020-03-13 11:24:42 +01:00
0671e49069 Emacs: Pin flycheck-package-setup to MELPA. 2020-03-12 17:26:21 +01:00
a347946a25 Emacs: The extra newline was bugging me. 2020-03-11 16:26:09 +01:00
5fcc5331b3 Emacs: Load diminish in global-variables.el. 2020-03-11 12:10:33 +01:00
6adb4c20ee Emacs: Prevent auto-package-update from updating quelpa packages. 2020-03-11 10:41:22 +01:00
3c6da46f52 Emacs: Pin treemacs-magit to melpa, compatibility to treemacs. 2020-03-10 23:27:44 +01:00
0f0c3e68c8 Emacs: Refactor basics/*. 2020-03-10 14:33:47 +01:00
db84b0f02e Emacs: Move my/clangd-version to programming/common.el. 2020-03-10 13:00:22 +01:00
adfdde47fd Emacs: Don't set LANG, set LC_MESSAGES. 2020-03-10 12:49:14 +01:00
be9a59b1b7 Emacs: Add workaround for treemacs.
I'm using treemacs vcs-version together with treemacs-magit “stable”.
2020-03-10 12:20:10 +01:00
45952cbb95 Emacs: Remove pin on all-the-icons-ivy-rich. 2020-03-10 12:10:17 +01:00
3a625278a8 Emacs: Enable flyspell-mode in all text files. 2020-03-10 10:54:09 +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