branch: elpa/auto-dim-other-buffers
commit 7f332de33232dca2e6c937d20aa756160f1f0beb
Author: Steven Degutis <[email protected]>
Commit: Steven Degutis <[email protected]>
oops
---
auto-dim-other-buffers.el | 2 --
1 file changed, 2 deletions(-)
diff --git a/auto-dim-other-buffers.el b/auto-dim-other-buffers.el
index c7c0c2e336..8806ddad13 100644
--- a/auto-dim-other-buffers.el
+++ b/auto-dim-other-buffers.el
@@ -46,13 +46,11 @@
(adob/set-face-on-all-buffers 'auto-dim-other-buffers-face))
(defun turn-off-auto-dim-other-buffers ()
- (message "turning off")
(remove-hook 'pre-command-hook 'adob/pre-command-hook)
(remove-hook 'post-command-hook 'adob/post-command-hook)
(adob/undim-all-windows))
(defun turn-on-auto-dim-other-buffers ()
- (message "turning on")
(setq adob/last-buffer nil)
(adob/dim-all-windows)
(add-hook 'pre-command-hook 'adob/pre-command-hook)