emacs: do not use childframe anymore
When mouse accidentally hovered above I always lost keyboard focus of the childframe
This commit is contained in:
parent
39a25de657
commit
8dbb044f0b
@ -21,7 +21,7 @@
|
|||||||
;;layout ; auie,ctsrnm is the superior home row
|
;;layout ; auie,ctsrnm is the superior home row
|
||||||
|
|
||||||
:completion
|
:completion
|
||||||
(company +childframe) ; the ultimate code completion backend
|
company ; the ultimate code completion backend
|
||||||
;;helm ; the *other* search engine for love and life
|
;;helm ; the *other* search engine for love and life
|
||||||
;;ido ; the other *other* search engine...
|
;;ido ; the other *other* search engine...
|
||||||
;;ivy ; a search engine for love and life
|
;;ivy ; a search engine for love and life
|
||||||
@ -80,7 +80,7 @@
|
|||||||
;;vterm ; the best terminal emulation in Emacs
|
;;vterm ; the best terminal emulation in Emacs
|
||||||
|
|
||||||
:checkers
|
:checkers
|
||||||
(syntax +childframe) ; tasing you for every semicolon you forget
|
syntax ; tasing you for every semicolon you forget
|
||||||
(spell +flyspell +hunspell +everywhere) ; tasing you for misspelling mispelling
|
(spell +flyspell +hunspell +everywhere) ; tasing you for misspelling mispelling
|
||||||
;; grammar ; tasing grammar mistake every you make
|
;; grammar ; tasing grammar mistake every you make
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user