diff options
author | jao <jao@gnu.org> | 2022-11-10 22:48:59 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-11-10 22:48:59 +0000 |
commit | e871380bc072e1f3295320196c0bd4a726752169 (patch) | |
tree | f5c49314255b1019fb6610443d7f7927964d5d1b /custom | |
parent | 0ca6d5e1c8c7b6dd6b93f978dac69b1dc789c4c7 (diff) | |
download | elibs-e871380bc072e1f3295320196c0bd4a726752169.tar.gz elibs-e871380bc072e1f3295320196c0bd4a726752169.tar.bz2 |
afio: a workspace of chats' own
Diffstat (limited to 'custom')
-rw-r--r-- | custom/jao-custom-exwm.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/custom/jao-custom-exwm.el b/custom/jao-custom-exwm.el index b6feaeb..1a5e4c2 100644 --- a/custom/jao-custom-exwm.el +++ b/custom/jao-custom-exwm.el @@ -4,7 +4,6 @@ ;;; Load and basic config (defvar jao-exwm--use-afio t) -(setq jao-tracking-use-scratch 1) (jao-load-path "exwm") @@ -278,8 +277,8 @@ (jao-def-exwm-runner jao-exwm-open-with-mupdf nil nil "mupdf" (buffer-file-name)) (jao-def-exwm-runner jao-exwm-xterm 0 nil "xterm") -(jao-def-exwm-toggler jao-exwm-tidal 5 "tidal-hifi" "tidal-hifi") -(defalias 'jao-streaming-list #'jao-exwm-tidal) +;; (jao-def-exwm-toggler jao-exwm-tidal 5 "tidal-hifi" "tidal-hifi") +;; (defalias 'jao-streaming-list #'jao-exwm-tidal) (defun jao-exwm-import-screen (&optional area) (interactive "P") @@ -494,6 +493,7 @@ ([?\s-2] . jao-afio-goto-mail) ([?\s-3] . jao-afio-goto-www) ([?\s-4] . jao-afio-goto-docs) + ([?\s-5] . jao-afio-goto-chats) ([?\s-A] . org-agenda-list) ([?\s-a] . jao-first-window) ([?\s-b] . jao-transient-org-blog) |