diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2022-08-20 09:19:22 +0300 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2022-08-20 09:20:11 +0300 |
| commit | 0506c20ce8eb2b148bcc05e80ae559413c47389c (patch) | |
| tree | fce76df1f4f11722adca48a250d2f30ef4d6539a /ef-themes.el | |
| parent | 18aae80892690e0584c12c3a808a056c9680f231 (diff) | |
Minor spacing change
Diffstat (limited to 'ef-themes.el')
| -rw-r--r-- | ef-themes.el | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/ef-themes.el b/ef-themes.el index 121a9f2..b846f49 100644 --- a/ef-themes.el +++ b/ef-themes.el @@ -330,8 +330,8 @@ When called from Lisp, THEME is a symbol." "Toggle between the two `ef-themes-to-toggle'." (interactive) (when-let* ((themes (ef-themes--toggle-theme-p)) - (one (car themes)) - (two (cadr themes))) + (one (car themes)) + (two (cadr themes))) (unless (eq (length themes) 2) (user-error "Can only toggle between two themes")) (if (eq (car custom-enabled-themes) one) @@ -406,7 +406,7 @@ Routine for `ef-themes-preview-colors'." (insert " "))) (setq-local revert-buffer-function (lambda (_ignore-auto _noconfirm) - (ef-themes--preview-colors-render current-buffer current-theme))))))) + (ef-themes--preview-colors-render current-buffer current-theme))))))) (defvar ef-themes--preview-colors-prompt-history '() "Minibuffer history for `ef-themes--preview-colors-prompt'.") @@ -446,10 +446,10 @@ Helper function for `ef-themes-preview-colors'." ;; This produces `ef-themes-height-0' and the like. (dotimes (n 9) (custom-declare-face - (intern (format "ef-themes-heading-%d" n)) - nil (format "Used for level %d heading." n) - :package-version '(ef-themes . "0.3.0") - :group 'ef-themes-faces)) + (intern (format "ef-themes-heading-%d" n)) + nil (format "Used for level %d heading." n) + :package-version '(ef-themes . "0.3.0") + :group 'ef-themes-faces)) (defface ef-themes-key-binding nil "Face for key bindings." @@ -633,7 +633,7 @@ Helper function for `ef-themes-preview-colors'." ;;;; dictionary `(dictionary-button-face ((,c :inherit bold))) `(dictionary-reference-face ((,c :inherit link))) - `(dictionary-word-definition-face (())) + `(dictionary-word-definition-face (( ))) `(dictionary-word-entry-face ((,c :inherit font-lock-comment-face))) ;;;; diff-hl `(diff-hl-change ((,c :background ,bg-changed-refine))) |
