aboutsummaryrefslogtreecommitdiffstats
path: root/oni-core.el
diff options
context:
space:
mode:
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