summaryrefslogtreecommitdiffhomepage
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/init.el b/init.el
index 643ee89..3dbe91e 100644
--- a/init.el
+++ b/init.el
@@ -517,7 +517,9 @@
(setq minibuffer-default-prompt-format " (default %s)")
(minibuffer-electric-default-mode 1)
-(jao-minibuffer-mode (jao-d-l -1 1))
+(jao-d-l
+ (jao-minibuffer-mode-line-mode)
+ (jao-minibuffer-mode))
;;; Mode line
;;;; config
@@ -1712,8 +1714,10 @@
("\\" "open note by tags" jao-org-notes-consult-tags)
("g" "ripgrep notes" jao-org-notes-consult-ripgrep)]
["Mode line"
+ ("mm" "send to minibuffer" jao-mode-line-add-to-minibuffer-left)
("ma" "toggle active" jao-mode-line-toggle)
("mi" "toggle inactive" jao-mode-line-toggle-inactive)
+ ("me" "echo modeline" jao-mode-line-echo)
("mf" "readjust faces" jao-mode-line-adjust-faces)]
["Network"
("s" "ssh" jao-ssh)