Commit Graph

221 Commits

Author SHA1 Message Date
tastytea 6653ce65cd
Add elisp-demos, code examples in help buffers. 2021-12-17 20:23:15 +01:00
tastytea 30d3084125
Don't show dots for spaces.
It interferes with many other modes. 🙁
2021-10-28 21:55:32 +02:00
tastytea c966d6a28c
Configure dired a bit. 2021-09-29 12:56:18 +02:00
tastytea e5460c1646
highlight-parentheses: Fix face assignment. 2021-08-23 15:15:52 +02:00
tastytea b07b175f15
Move whitespace to appearance.el. 2021-08-23 15:02:08 +02:00
tastytea 9b55f6196a
Load highlight-parentheses after whitespace. 2021-08-22 19:03:30 +02:00
tastytea b3fdbbb75e
Enable highlight-parentheses in minibuffer. 2021-08-21 22:42:45 +02:00
tastytea 2bb52f6016
Enable highlight-parentheses-mode globally, change colors again. 2021-08-21 14:58:11 +02:00
tastytea 51f3252a72
Disable show-paren-mode, enable highlight-parentheses-mode for text. 2021-08-20 22:01:05 +02:00
tastytea ca59c7fbff
Invert colors for highlighted parentheses. 2021-08-19 15:48:44 +02:00
tastytea ef47dd9a8e
Make highlighted parentheses light brown. 2021-08-19 14:59:39 +02:00
tastytea eb6fe2521b
Make highlighted parentheses white and bolder. 2021-08-19 14:50:34 +02:00
tastytea 4d67fd5f3a
Remove comment. 2021-08-17 15:12:08 +02:00
tastytea 1f370df818
Add highlight-parentheses. 2021-08-17 13:10:27 +02:00
tastytea 655955aaa2
Add dap-mode for debugging. 2021-06-26 15:26:34 +02:00
tastytea 9715275d73
Revert "Set doom-modeline-icon locally."
This reverts commit 7136b79f92.

Did not work. doom-modeline-icon was always nil.
2021-06-24 18:02:02 +02:00
tastytea 7136b79f92
Set doom-modeline-icon locally.
Maybe it will change the icon locally sometime…
<https://github.com/seagle0128/doom-modeline/issues/375>
2021-06-20 22:08:27 +02:00
tastytea 031240776f
Fix EDITOR variable setting for real this time. 2021-05-28 14:13:14 +02:00
tastytea 5d6a895c7d
Fix EDITOR variable setting. 2021-05-27 22:10:59 +02:00
tastytea 708a00fe72
Set EDITOR to emacsclient.
For magit.
2021-05-25 12:43:33 +02:00
tastytea 397dfd2e08 Emacs: Tweak region (selection) color. 2021-02-24 05:34:38 +01:00
tastytea 8c2fe225c2 Emacs: Change hl-line to something lighter, more visible. 2021-02-23 18:57:39 +01:00
tastytea d9b2ef65fa Emacs: Run straight-thaw-versions after straight-pull-all.
Resets packages to the version specified in the lockfile.
2021-02-08 16:05:48 +01:00
tastytea f86ed78b86 Emacs: Set scratch buffer mode to text-mode. 2020-12-30 02:15:02 +01:00
tastytea 55de2e863f Emacs: Update midnight-mode. 2020-12-24 01:02:00 +01:00
tastytea c3828981d1 Emacs: Fix my/straight-update-repos. 2020-12-22 10:17:45 +01:00
tastytea da4ff546c7 Put my/reformat-save into group “my”. 2020-12-13 19:04:05 +01:00
tastytea a54a36a2e9 Emacs: Remove Time-stamps. 2020-12-13 11:00:14 +01:00
tastytea 0bb08ae838 Emacs: Use turn-off-auto-fill instead of lambda. 2020-12-13 10:33:20 +01:00
tastytea 432fb10ecc Emacs: Set final value for gc-cons-threshold after-init. 2020-12-08 15:49:23 +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 40c4b7ccca Emacs: Set default fonts in my/fix-theme.
Emoji font wasn't set in GUI but in TUI.
2020-12-06 12:03:32 +01:00
tastytea 2b41312a29 Emacs: Don't make my/reformat-save local by default.
It is set to nil with `:local t`.
2020-12-05 14:20:44 +01:00
tastytea 8ba9ebf228 Emacs: Make my/reformat-save a custom variable. 2020-12-05 10:55:36 +01:00
tastytea 8b94772e9a Emacs: Don't reload the theme each time a frame is created.
Load the theme on init, fix the colors that need fixing when a frame is
created, stop if the code ran in a GUI frame before.
2020-12-05 08:58:46 +01:00
tastytea 1aee4e4ed4 Emacs: Increase gc-cons-threshold for LSP. 2020-12-03 21:43:43 +01:00
tastytea d029bfce40 Emacs: Silence warning. 2020-11-30 21:49:12 +01:00
tastytea be9f36b6c8 Emacs: Re-set markdown-code-face in my/reload-theme(). 2020-11-30 20:03:24 +01:00
tastytea 03a18144a1 Emacs: Load doom-themes and TRAMP on slow computers. 2020-11-30 15:50:41 +01:00
tastytea dd68a950d2 Emacs: Toggle modeline icons depending on GUI or TUI.
Only globally possible at the moment.
<https://github.com/seagle0128/doom-modeline/issues/375>
2020-11-30 09:59:18 +01:00
tastytea d5fc9af5c8 Emacs: Only show treemacs in the first frame. 2020-11-29 15:50:02 +01:00
tastytea 5253f22d7b Emacs: Alias M-; C-; for TUI mode. Configure in alacritty & urxvt. 2020-11-29 13:33:43 +01:00
tastytea 120b7ef9d1 Emacs: Fix treemacs init? 2020-11-29 11:52:10 +01:00
tastytea 98e5920502 Emacs: Reset volatile-highlights colors with reload-theme. 2020-11-29 11:50:30 +01:00
tastytea 9b940e48e8 Emacs: Run doom-themes-treemacs-config even in TUI.
To make it work with server + GUI. No icons in TUI because of
<https://github.com/hlissner/emacs-doom-themes/issues/489>.
2020-11-29 10:06:17 +01:00
tastytea 313fab7f2f Emacs: Reload theme after server makes frame.
* Scrollbar colors can only be set in GUI mode.
* Re-set ruler-mode colors after reloading theme.
2020-11-29 09:28:03 +01:00
tastytea c7166f939e Emacs: Show treemacs when creating frame from server. 2020-11-29 09:15:58 +01:00
tastytea 97ccaa3a29 Emacs: Mark display-line-colors as built-in. 2020-11-29 09:11:37 +01:00
tastytea 8dd8947c47 Emacs: Own package definition for hl-line. 2020-11-29 09:11:03 +01:00