From 8dbb044f0b58400f06c7a0b3298d27ab896d9e71 Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Sat, 27 Jan 2024 11:08:46 +0100 Subject: [PATCH] emacs: do not use childframe anymore When mouse accidentally hovered above I always lost keyboard focus of the childframe --- emacs/doom/init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emacs/doom/init.el b/emacs/doom/init.el index 58c0f8e..6d8dea8 100644 --- a/emacs/doom/init.el +++ b/emacs/doom/init.el @@ -21,7 +21,7 @@ ;;layout ; auie,ctsrnm is the superior home row :completion - (company +childframe) ; the ultimate code completion backend + company ; the ultimate code completion backend ;;helm ; the *other* search engine for love and life ;;ido ; the other *other* search engine... ;;ivy ; a search engine for love and life @@ -80,7 +80,7 @@ ;;vterm ; the best terminal emulation in Emacs :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 ;; grammar ; tasing grammar mistake every you make