aboutsummaryrefslogtreecommitdiffstats
path: root/oni-core.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2023-08-14 14:53:31 -0700
committerGravatar Tom Willemse2023-08-14 14:53:31 -0700
commit6698c28e49456e532fc7a2f190193656b1a4101a (patch)
tree53d45a9741df6f1e8991a4b2724d0b57da59d86d /oni-core.el
parent2176f9319b94466c0335555a9fe73ecf83c5070c (diff)
downloademacs-config-6698c28e49456e532fc7a2f190193656b1a4101a.tar.gz
emacs-config-6698c28e49456e532fc7a2f190193656b1a4101a.zip
[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.
Diffstat (limited to 'oni-core.el')
-rw-r--r--oni-core.el13
1 files changed, 1 insertions, 12 deletions
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 <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