emacs: do not use childframe anymore

When mouse accidentally hovered above I always lost keyboard focus of
the childframe
This commit is contained in:
Julian Mutter 2024-01-27 11:08:46 +01:00
parent 39a25de657
commit 8dbb044f0b

View File

@ -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