branch: elpa/auto-dim-other-buffers commit b3999f97284a77d4c2bb00a104ca9714b43c4573 Author: Michal Nazarewicz <min...@mina86.com> Commit: Michal Nazarewicz <min...@mina86.com>
Fix missing closing paren --- auto-dim-other-buffers.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto-dim-other-buffers.el b/auto-dim-other-buffers.el index 572977a11f..cc6725059e 100644 --- a/auto-dim-other-buffers.el +++ b/auto-dim-other-buffers.el @@ -87,7 +87,7 @@ Currently only mini buffer and echo areas are ignored." (face-remap-remove-relative adob--face-mode-remapping) (setq adob--face-mode-remapping nil) t)) - (force-window-update (current-buffer))) + (force-window-update (current-buffer)))) (defun adob--buffer-list-update-hook () "If buffer has changed, dim the last one and undim the new one."