Commit Graph

53 Commits

Author SHA1 Message Date
tastytea 6653ce65cd
Add elisp-demos, code examples in help buffers. 2021-12-17 20:23:15 +01:00
tastytea c966d6a28c
Configure dired a bit. 2021-09-29 12:56:18 +02:00
tastytea 8c2fe225c2 Emacs: Change hl-line to something lighter, more visible. 2021-02-23 18:57:39 +01:00
tastytea a54a36a2e9 Emacs: Remove Time-stamps. 2020-12-13 11:00:14 +01:00
tastytea 2cdef331de Emacs: Put ivy & company into misc/completion. 2020-12-08 14:10:01 +01:00
tastytea c8b6a6bc90 Emacs: Use prescient for sorting and filtering ivy and company. 2020-12-08 13:03:55 +01:00
tastytea d5fc9af5c8 Emacs: Only show treemacs in the first frame. 2020-11-29 15:50:02 +01:00
tastytea 120b7ef9d1 Emacs: Fix treemacs init? 2020-11-29 11:52:10 +01:00
tastytea c7166f939e Emacs: Show treemacs when creating frame from server. 2020-11-29 09:15:58 +01:00
tastytea 8dd8947c47 Emacs: Own package definition for hl-line. 2020-11-29 09:11:03 +01:00
tastytea 5ac733498a Emacs: Add my/reload-theme, some dependency fixes. 2020-11-26 13:21:04 +01:00
tastytea eaeeb62e9f Emacs: Make it work better when starting in daemon mode.
Still get an error, probably doom-themes.
2020-11-26 12:47:47 +01:00
tastytea c4654e31bf Emacs: Show treemacs on start under certain conditions.
If the frame width is at least 120 chars and treemacs-persist-file
exists.
2020-11-14 22:10:34 +01:00
tastytea f08a6dda04 Emacs: Don't delete treemacs-persist before start. 2020-11-14 22:08:33 +01:00
tastytea 1f4144eae0 Emacs: Don't follow tags in treemacs. 2020-11-14 21:57:28 +01:00
tastytea bebe46145d Emacs: Use counsel-imenu, remove flimenu. 2020-11-13 18:02:16 +01:00
tastytea 8c44d623f1 Emacs: Activate tag-follow-mode in treemacs. 2020-11-13 14:51:34 +01:00
tastytea 56b7b1f6df Emacs: Start with an empty treemacs workspace list. 2020-11-13 14:50:36 +01:00
tastytea 963bae0b9c Emacs: Enable counsel-projectile everywhere.
Previous config was inconsistent.
2020-08-03 03:13:46 +02:00
tastytea 84dc01f9e4 Emacs: Remove all-the-icons-ivy. 2020-05-30 19:39:20 +02:00
tastytea 9e2f68b3b8 Emacs: Demand treemacs-projectile.
Otherwise treemacs-collapse-other-projects won't work.
2020-05-27 04:48:11 +02:00
tastytea 710403de07 Emacs: Make ivy work properly again. 2020-05-26 07:06:22 +02:00
tastytea 096d913e8b Emacs: Demand treemacs-magit. 2020-05-25 13:40:41 +02:00
tastytea d233acbf61 Emacs: Fixed errors introduced by use-package-always-defer → t. 2020-05-24 22:59:31 +02:00
tastytea 0299d8134a Emacs: Only use :extend in faces in Emacs >= 27. 2020-04-22 03:17:11 +02:00
tastytea 39f23fd45e Emacs: Use darker hl-line for treemacs (more contrast). 2020-04-21 04:21:38 +02:00
tastytea 4f9957a5f1 Emacs: Switch theme to doom-outrun-electric. 2020-04-17 03:51:57 +02:00
tastytea 0935806207 Emacs: Switch keys for treemacs and toggle-flyspell (<f8> and <f9>). 2020-04-15 14:24:44 +02:00
tastytea 72fc9c971d Remove :pin leftover from old package management. 2020-04-10 14:17:47 +02:00
tastytea 65395eae6b Emacs: Add ivy-emoji. 2020-03-24 12:21:13 +01:00
tastytea 18085e21de Emacs: Require package-management.el in init files. 2020-03-18 15:00:17 +01:00
tastytea b24cde35d3 Emacs: Switch to straight for package management. 2020-03-15 23:38:06 +01:00
tastytea 3c6da46f52 Emacs: Pin treemacs-magit to melpa, compatibility to treemacs. 2020-03-10 23:27:44 +01:00
tastytea 0f0c3e68c8 Emacs: Refactor basics/*. 2020-03-10 14:33:47 +01:00
tastytea 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
tastytea 45952cbb95 Emacs: Remove pin on all-the-icons-ivy-rich. 2020-03-10 12:10:17 +01:00
tastytea f15ae528bc Emacs: Enable all-the-icons-ivy-rich. 2020-02-20 18:50:23 +01:00
tastytea 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
tastytea 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
tastytea d053f2e9fe Emacs: Delay loading of treemacs a bit. 2020-02-18 16:46:49 +01:00
tastytea e2db895f45 Emacs: Make counsel-projectile call my/switch-project. 2020-02-11 18:35:29 +01:00
tastytea c3337ba4be Emacs: Show minor-modes, but only some of them. 2020-02-11 17:48:50 +01:00
tastytea de9790895f Emacs: Add counsel-projectile. 2020-02-11 16:47:12 +01:00
tastytea f1f134c40f Emacs: Rewrite icons-in-buffer-switcher thing. 2020-02-06 20:13:30 +01:00
tastytea 7bcdd4639b Emacs: typo. 2020-02-03 06:38:31 +01:00
tastytea 36c1ab5183 Emacs: Don't deactivete window-purpose while switching buffers. 2020-01-27 05:36:45 +01:00
tastytea cc06b0c698 Emacs: Add comment for treemacs-project-follow-cleanup. 2020-01-22 03:36:34 +01:00
tastytea e06337aa8c Emacs: Add window-purpose. 2020-01-21 02:52:03 +01:00
tastytea 62a33a88e6 Emacs: Add lsp-treemacs. 2020-01-20 20:25:29 +01:00
tastytea a0b5c561cb Emacs: Disable tab-line-mode. 2019-12-29 04:36:12 +01:00