Follow mouse
This commit is contained in:
parent
e187e15b85
commit
a8622fd7d5
1 changed files with 2 additions and 1 deletions
3
init.el
3
init.el
|
@ -48,7 +48,8 @@
|
|||
(backup-directory-alist `(("." . ,temporary-file-directory)))
|
||||
(auto-save-files-name-transforms `((".*" ,temporary-file-directory t)))
|
||||
(backup-by-copying t)
|
||||
(focus-follows-mouse 't)
|
||||
(focus-follows-mouse t)
|
||||
(mouse-autoselect-window t)
|
||||
:config
|
||||
(set-face-background 'vertical-border (face-background 'default))
|
||||
(set-display-table-slot standard-display-table 'vertical-border (make-glyph-code ?┃))
|
||||
|
|
Reference in a new issue