Commit Graph

125 Commits

Author SHA1 Message Date
5808879974 Emacs: Add flycheck-package. 2020-02-20 02:43:03 +01:00
45d69be9e5 Emacs: Delay loading of git-commit-mode instead of inhibiting it. 2020-02-19 23:59:25 +01:00
76acb5b061 Emacs: Move register-navigation to (local) package. 2020-02-19 23:55:32 +01:00
03acc522a6 Emacs: Prepare all-the-icons-ivy-rich.
https://github.com/seagle0128/all-the-icons-ivy-rich/issues/4
2020-02-19 23:51:22 +01:00
9590a85bdf Emacs: Auto-save TRAMP files locally. 2020-02-19 22:26:43 +01:00
09a3b5762f Emacs: Add el2markdown. 2020-02-19 17:01:17 +01:00
eb95c669a6 Emacs: Remove iregister. 2020-02-19 15:59:46 +01:00
4dea86bd32 Emacs: Do not delay loading of treemacs.
Projectile depends on it and we want to use it right away most of the time.
2020-02-19 15:08:14 +01:00
a883c5765d Emacs: Add keybinding for list-registers. 2020-02-19 12:23:19 +01:00
ee44595d60 Emacs: Add keybindings for copy-to-register and insert-register. 2020-02-19 01:15:55 +01:00
ff420e32f0 Emacs: Add next-register and prev-register. 2020-02-19 01:15:22 +01:00
3a5f6d7a1c Emacs: Add iregister. 2020-02-18 19:36:07 +01:00
ce55643110 Emacs: Fixed dependencies for company-auctex and company-nginx. 2020-02-18 17:18:57 +01:00
39652ffdcb Emacs: Lazy-load cc-mode, git-commit-mode, go-mode. 2020-02-18 17:10:02 +01:00
f70e68953b Emacs: Lazy-load webpaste. 2020-02-18 16:59:05 +01:00
d053f2e9fe Emacs: Delay loading of treemacs a bit. 2020-02-18 16:46:49 +01:00
57425066cc Emacs: Lazy-load org-mode and mediawiki-mode. 2020-02-18 16:37:40 +01:00
b1aa40297d Emacs: Defer TRAMP and atomic-chrome for 5 seconds. 2020-02-18 16:14:08 +01:00
74195acb3c Emacs: ispell-dictionary → flyspell-default-dictionary. 2020-02-16 20:31:37 +01:00
3e27fedc60 Emacs: Enable markdown-mode for gitlab.gnome.org. 2020-02-14 14:46:32 +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
fbe6e0bd06 Emacs: Actually remove yasnippet-snippets-dir from yas-snippet-dirs. 2020-02-12 14:34:19 +01:00
b383828496 Emacs: Call (counsel-)projectile-find-file after switching project. 2020-02-11 23:37:44 +01:00
6382950ce9 Emacs: Add “compile” purpose. 2020-02-11 23:31:02 +01:00
878104c098 Emacs: Shorten purpose names. 2020-02-11 23:30:17 +01:00
f576646fd0 Emacs: purpose: Rename help-buffers → help-buffer. 2020-02-11 23:21:44 +01:00
ee7280d4fd Revert "Emacs: Remove purposes for AsciiDoc and Markdown."
This reverts commit d63a9ceb6bb09229c1d92f28142246b88b75585d.
2020-02-11 23:15:01 +01:00
e2db895f45 Emacs: Make counsel-projectile call my/switch-project. 2020-02-11 18:35:29 +01:00
5d535cd318 Emacs: Diminish auto-fill-function. 2020-02-11 18:04:27 +01:00
a4ca3c8650 Emacs: Remove purposes for AsciiDoc and Markdown.
They are in the “edit” purpose.
2020-02-11 18:02:15 +01:00
650cb68c96 Emacs: Diminish some more modes. 2020-02-11 17:59:12 +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
de9790895f Emacs: Add counsel-projectile. 2020-02-11 16:47:12 +01:00
f1f134c40f Emacs: Rewrite icons-in-buffer-switcher thing. 2020-02-06 20:13:30 +01:00
7983b8000d Emacs: Truncate lines in YAML files. 2020-02-06 19:49:29 +01:00
90f54d8b67 Emacs: Delete yasnippet-snippets-dir from yas-snippet-dirs. 2020-02-05 19:59:02 +01:00
96d9c7206b Emacs: Use Source Serif Pro for ebooks. 2020-02-05 19:36:04 +01:00
f5814c6d35 Emacs: Open .shtml in web-mode. 2020-02-05 19:35:45 +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
7bcdd4639b Emacs: typo. 2020-02-03 06:38:31 +01:00
5f4ea948ef Emacs: doom-modeline: Transform setq to custom. 2020-02-03 04:32:52 +01:00
e4fc762809 Emacs: Add -DWITH_TEST=YES to projectile-project-configure-cmd. 2020-02-02 13:50:50 +01:00
9800ede44f Emacs: Set fill-column to 400 for textareas from the WWW. 2020-02-02 10:18:00 +01:00
c7555f400b Add purposes for adoc-mode and markdown-mode. 2020-02-02 10:17:36 +01:00