mirror of
https://github.com/larstvei/Focus.git
synced 2024-11-26 03:28:32 +00:00
Fix bug introduced in d5631db
This commit is contained in:
parent
e9e841aed4
commit
2fbf024c53
4
focus.el
4
focus.el
@ -131,8 +131,8 @@ It sets the `focus-pre-overlay', `focus-min-overlay', and
|
||||
focus-mid-overlay (make-overlay (point-min) (point-max))
|
||||
focus-post-overlay (make-overlay (point-max) (point-max))
|
||||
focus-buffer (current-buffer))
|
||||
(overlay-put focus-mid-overlay 'face 'focus-focused-face)
|
||||
(mapc (lambda (o) (overlay-put o 'face 'focus-unfocused-face))
|
||||
(overlay-put focus-mid-overlay 'face 'focus-focused)
|
||||
(mapc (lambda (o) (overlay-put o 'face 'focus-unfocused))
|
||||
(list focus-pre-overlay focus-post-overlay))
|
||||
(add-hook 'post-command-hook 'focus-move-focus nil t)
|
||||
(add-hook 'change-major-mode-hook 'focus-terminate nil t)))
|
||||
|
Loading…
Reference in New Issue
Block a user