diff options
author | Franck Cuny <franck@fcuny.net> | 2021-10-18 08:31:14 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2021-10-18 08:31:14 -0700 |
commit | e68606e61f080e7a82844b8d4ad22b93199c5bb8 (patch) | |
tree | 1099687e59694e73b5f69258bebc43f968884d4e | |
parent | zsh: use the default prompt (diff) | |
download | emacs.d-e68606e61f080e7a82844b8d4ad22b93199c5bb8.tar.gz |
emacs: remove deprecated variable
Diffstat (limited to '')
-rw-r--r-- | emacs/custom/fcuny-ui.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs/custom/fcuny-ui.el b/emacs/custom/fcuny-ui.el index 0bdc494..16b9a3e 100644 --- a/emacs/custom/fcuny-ui.el +++ b/emacs/custom/fcuny-ui.el @@ -31,7 +31,6 @@ modus-themes-mode-line '(accented) modus-themes-diffs '(desaturated) modus-themes-fringes nil - modus-themes-intense-hl-line t modus-themes-paren-match '(intense) modus-themes-syntax '(yellow-comments green-strings) modus-themes-hl-line '(accented intense) |