30d3084125
Don't show dots for spaces.
...
It interferes with many other modes. 🙁
2021-10-28 21:55:32 +02:00
e5460c1646
highlight-parentheses: Fix face assignment.
2021-08-23 15:15:52 +02:00
b07b175f15
Move whitespace to appearance.el.
2021-08-23 15:02:08 +02:00
9b55f6196a
Load highlight-parentheses after whitespace.
2021-08-22 19:03:30 +02:00
b3fdbbb75e
Enable highlight-parentheses in minibuffer.
2021-08-21 22:42:45 +02:00
2bb52f6016
Enable highlight-parentheses-mode globally, change colors again.
2021-08-21 14:58:11 +02:00
51f3252a72
Disable show-paren-mode, enable highlight-parentheses-mode for text.
2021-08-20 22:01:05 +02:00
ca59c7fbff
Invert colors for highlighted parentheses.
2021-08-19 15:48:44 +02:00
ef47dd9a8e
Make highlighted parentheses light brown.
2021-08-19 14:59:39 +02:00
eb6fe2521b
Make highlighted parentheses white and bolder.
2021-08-19 14:50:34 +02:00
1f370df818
Add highlight-parentheses.
2021-08-17 13:10:27 +02:00
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
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
397dfd2e08
Emacs: Tweak region (selection) color.
2021-02-24 05:34:38 +01:00
8c2fe225c2
Emacs: Change hl-line to something lighter, more visible.
2021-02-23 18:57:39 +01:00
f86ed78b86
Emacs: Set scratch buffer mode to text-mode.
2020-12-30 02:15:02 +01:00
a54a36a2e9
Emacs: Remove Time-stamps.
2020-12-13 11:00:14 +01:00
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
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
be9f36b6c8
Emacs: Re-set markdown-code-face in my/reload-theme().
2020-11-30 20:03:24 +01:00
03a18144a1
Emacs: Load doom-themes and TRAMP on slow computers.
2020-11-30 15:50:41 +01:00
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
98e5920502
Emacs: Reset volatile-highlights colors with reload-theme.
2020-11-29 11:50:30 +01:00
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
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
97ccaa3a29
Emacs: Mark display-line-colors as built-in.
2020-11-29 09:11:37 +01:00
8dd8947c47
Emacs: Own package definition for hl-line.
2020-11-29 09:11:03 +01:00
5ac733498a
Emacs: Add my/reload-theme, some dependency fixes.
2020-11-26 13:21:04 +01:00
c1ada37dc5
Emacs: Trunkate all but file name in modeline.
2020-11-21 23:32:39 +01:00
f2cf118fe9
Emacs: Mark built-in packages explicitly.
2020-11-18 18:38:55 +01:00
9eaa312ac8
Emacs: Move advice for doom-themes-hide-fringes-maybe to doom-themes.
2020-11-14 22:49:09 +01:00
e6b05c01dc
Emacs: Only configure treemacs theme if we are in a GUI.
2020-11-14 22:48:43 +01:00
3330ebadd8
Emacs: Replace (window-system) with (display-graphic-p).
2020-11-14 22:47:57 +01:00
5a7baad87b
Emacs: Re-resize fringe in treemacs for the indicator.
2020-10-15 12:13:29 +02:00
d233acbf61
Emacs: Fixed errors introduced by use-package-always-defer → t.
2020-05-24 22:59:31 +02:00
8820025337
Emacs: Set use-package-always-defer to t.
2020-05-24 22:17:02 +02:00
09651ab5b1
Emacs: Check if #'set-scroll-bar-mode exists.
2020-05-20 07:59:31 +02:00
da3eb9202a
Emacs: Ignore emacs --daemon, it has a lot of problems.
2020-05-17 19:33:54 +02:00
1d5565f46f
Emacs: Make theme modifications after a frame is made.
...
Some theme modifications don't work in daemon mode. I guess because the
window system is not initialized. server-after-make-frame was introduced
between Emacs 27 and 27.1.
2020-05-17 18:19:30 +02:00
28ca2af71f
Emacs: Remove workaround to not hide fringes.
...
Fixed via <https://github.com/hlissner/emacs-doom-themes/pull/454 >.
2020-05-07 13:32:39 +02:00
2f51b17cce
Emacs: Only write minimal theme if colors are set.
2020-05-03 03:31:25 +02:00
f5a3541247
Emacs: Fix early-theme.el.
...
Only try to hide the tool-bar if we're in a GUI.
2020-04-25 18:29:37 +02:00
9081bde3d4
Emacs: Load minimal theme in early-init.el.
2020-04-25 18:23:31 +02:00
f169cb5c7a
Emacs: Disable doom-themes-hide-fringes(), restore hl-line.
2020-04-21 04:15:38 +02:00
af97be2015
Emacs: Fix scroll-bar-width – set it for all frames.
2020-04-18 01:49:51 +02:00
763c178fef
Emacs: Style scroll bars.
2020-04-18 01:16:30 +02:00
ca57f0a092
Emacs: Highlight current line more clearly.
2020-04-17 16:28:36 +02:00
77d219c1db
Emacs: Theme treemacs.
2020-04-17 04:29:13 +02:00
4f9957a5f1
Emacs: Switch theme to doom-outrun-electric.
2020-04-17 03:51:57 +02:00
72fc9c971d
Remove :pin leftover from old package management.
2020-04-10 14:17:47 +02:00