1
0
Fork 0

[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.
This commit is contained in:
Tom Willemse 2023-08-14 14:53:31 -07:00
parent 2176f9319b
commit 6698c28e49

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org> ;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local ;; 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) ;; 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 ;; 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) (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 ;;; Lazy counting
(with-eval-after-load 'isearch (with-eval-after-load 'isearch