[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:
parent
2176f9319b
commit
6698c28e49
1 changed files with 1 additions and 12 deletions
13
oni-core.el
13
oni-core.el
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; 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
|
||||
|
|
Loading…
Reference in a new issue