Skip to content

Commit

Permalink
🔧 Turn off dimming when switching away from frame
Browse files Browse the repository at this point in the history
This is a temporary change as there appears to be a small issue in dimmer.el
where, when switching away from the frame, all windows get dimmed (which is
fair -- I can see this making sense and I like the idea), but when switching
back, all windows that are configured to be ignored by dimmer don't get
un-dimmed.

See gonewest818/dimmer.el#43 for the issue I
raised about this.
  • Loading branch information
davep committed Mar 16, 2020
1 parent bb278bf commit f56ba1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions init.d/packages/init-packages-melpa.el
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,8 @@
("<f12> f d" . dictionary-lookup-definition))
(use-package dimmer
:ensure t
:custom
(dimmer-watch-frame-focus-events nil)
:config
(add-to-list 'dimmer-buffer-exclusion-regexps (rx bol " *NeoTree*" eol))
:init
Expand Down

0 comments on commit f56ba1e

Please sign in to comment.