summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--attic/misc.el11
-rw-r--r--init.el10
2 files changed, 11 insertions, 10 deletions
diff --git a/attic/misc.el b/attic/misc.el
index fe6a325..a720042 100644
--- a/attic/misc.el
+++ b/attic/misc.el
@@ -310,3 +310,14 @@
"tidal-hifi --enable-features=UseOzonePlatform --ozone-platform=wayland &"))
(start-process-shell-command "tidal-hifi" nil c))
(jao-sway-run-or-focus-tidal)))
+
+;;
+
+(defun jao-afio--set-mode-line ()
+ (when (and window-system (fboundp 'jao-mode-line-hide-inactive))
+ (if (string= "docs" (jao-afio-frame-name))
+ (jao-mode-line-show-inactive nil)
+ (jao-mode-line-hide-inactive nil))))
+
+(unless jao-modeline-in-minibuffer
+ (add-hook 'jao-afio-switch-hook #'jao-afio--set-mode-line))
diff --git a/init.el b/init.el
index 266e4f1..4390f87 100644
--- a/init.el
+++ b/init.el
@@ -1381,16 +1381,6 @@
'face 'font-lock-warning-face))
(jao-minibuffer-add-variable '(jao-current--frame-id) 100)
-(add-hook 'jao-afio-switch-hook 'jao-minibuffer-refresh t)
-
-(defun jao-afio--set-mode-line ()
- (when (and window-system (fboundp 'jao-mode-line-hide-inactive))
- (if (string= "docs" (jao-afio-frame-name))
- (jao-mode-line-show-inactive nil)
- (jao-mode-line-hide-inactive nil))))
-
-(unless jao-modeline-in-minibuffer
- (add-hook 'jao-afio-switch-hook #'jao-afio--set-mode-line))
;;; Writing and writing modes
;;;; copyright notices