From 8301fa92cdbe6cccc01012d6a0bd881f6d2f3faf Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Sat, 29 Aug 2020 13:07:30 -0400 Subject: [PATCH] Cleanup some faces --- .gitmodules | 9 +++++++++ custom.el | 2 ++ highlight-parentheses.el | 1 + hydra | 1 + rainbow-delimiters | 1 + 5 files changed, 14 insertions(+) create mode 160000 highlight-parentheses.el create mode 160000 hydra create mode 160000 rainbow-delimiters diff --git a/.gitmodules b/.gitmodules index 3b0beff..d133964 100644 --- a/.gitmodules +++ b/.gitmodules @@ -106,3 +106,12 @@ [submodule "margin-current-line"] path = margin-current-line url = gh:margin-current-line +[submodule "rainbow-delimiters"] + path = rainbow-delimiters + url = gh:rainbow-delimiters +[submodule "highlight-parentheses.el"] + path = highlight-parentheses.el + url = gh:highlight-parentheses.el +[submodule "hydra"] + path = hydra + url = gh:hydra diff --git a/custom.el b/custom.el index 8e6cfa4..82dabee 100644 --- a/custom.el +++ b/custom.el @@ -119,6 +119,8 @@ ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(bold ((t (:weight normal)))) + '(custom-visibility ((t (:inherit link)))) + '(flyspell-margin-incorrect ((t (:inherit warning :underline nil)))) '(font-latex-script-char-face ((t nil))) '(helm-source-header ((t (:inherit helm-header :background "#22083397778B" :foreground "white" :weight bold)))) '(highlight ((t (:background "Darkslategray")))) diff --git a/highlight-parentheses.el b/highlight-parentheses.el new file mode 160000 index 0000000..f0bd58c --- /dev/null +++ b/highlight-parentheses.el @@ -0,0 +1 @@ +Subproject commit f0bd58c8dadd2db703b7bfd09e911b5fda05b3df diff --git a/hydra b/hydra new file mode 160000 index 0000000..112e689 --- /dev/null +++ b/hydra @@ -0,0 +1 @@ +Subproject commit 112e689f75b59398d8eca79ac6562dca12b8a959 diff --git a/rainbow-delimiters b/rainbow-delimiters new file mode 160000 index 0000000..f43d48a --- /dev/null +++ b/rainbow-delimiters @@ -0,0 +1 @@ +Subproject commit f43d48a24602be3ec899345a3326ed0247b960c6