diff options
author | jao <jao@gnu.org> | 2025-09-22 13:14:06 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2025-09-22 13:14:06 +0100 |
commit | b1434dd1cbbf923385e4eef6ed288225e5280037 (patch) | |
tree | 422e036612a4f08c05421d49d59d99ae9fd5ad43 /init.el | |
parent | f111725d0543c491e694b40de1825d8535c1e1f4 (diff) | |
download | elibs-b1434dd1cbbf923385e4eef6ed288225e5280037.tar.gz elibs-b1434dd1cbbf923385e4eef6ed288225e5280037.tar.bz2 |
jao-doc-session: easier spec of saved docs
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -508,7 +508,7 @@ (minibuffer-electric-default-mode 1) (jao-d-l - (jao-minibuffer-frame-title-mode) + (jao-minibuffer-mode-line-mode) (jao-minibuffer-mode)) ;;; Mode line @@ -1159,6 +1159,8 @@ 'face 'font-lock-warning-face)) (jao-minibuffer-add-variable '(jao-current--frame-id) 100) + (setq frame-title-format '("emacs - " (:eval (jao-afio-frame-name)))) + (jao-when-linux (global-set-key (kbd "C-c t") #'jao-afio-goto-chats)) |