From 6698c28e49456e532fc7a2f190193656b1a4101a Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 14 Aug 2023 14:53:31 -0700 Subject: [oni-core] Remove mini-frame mode It's a nice way to display the minibuffer, but sometimes all the text I'm typing in just disappears. --- oni-core.el | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'oni-core.el') diff --git a/oni-core.el b/oni-core.el index 2ace8c7..de23c5d 100644 --- a/oni-core.el +++ b/oni-core.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2023.0806.002323 +;; Version: 2023.0814.145257 ;; Package-Requires: (oni-data-dir oni-embrace oni-hydra expand-region multiple-cursors gcmh diminish ws-butler which-key insert-char-preview mixed-pitch ace-window vertico marginalia orderless consult embark docstr mini-frame) ;; This program is free software; you can redistribute it and/or modify @@ -507,17 +507,6 @@ which normally have their errors suppressed." (setq native-comp-async-report-warnings-errors 'silent) -;;; Mini frame - -(require 'mini-frame) - -(setq mini-frame-show-parameters - '((top . 10) - (width . 0.7) - (left . 0.5))) - -(mini-frame-mode) - ;;; Lazy counting (with-eval-after-load 'isearch -- cgit v1.2.3-54-g00ecf