summaryrefslogtreecommitdiffhomepage
path: root/exwm.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-03-25 23:16:35 +0000
committerjao <jao@gnu.org>2021-03-25 23:16:35 +0000
commitc760155d9eacb11c16cb7b601297791206e0e3b0 (patch)
treea763a161daf40fde460d4ce51e859c2ec4b6e7af /exwm.org
parent24dd1dfa89d1a133b0a6c2301bbde4524b3d4650 (diff)
downloadelibs-c760155d9eacb11c16cb7b601297791206e0e3b0.tar.gz
elibs-c760155d9eacb11c16cb7b601297791206e0e3b0.tar.bz2
afio-w3m -> afio-www
Diffstat (limited to 'exwm.org')
-rw-r--r--exwm.org12
1 files changed, 6 insertions, 6 deletions
diff --git a/exwm.org b/exwm.org
index e45ff39..06ecea9 100644
--- a/exwm.org
+++ b/exwm.org
@@ -36,11 +36,11 @@
(when (jao-exwm--mark-frame init)
(jao-afio-open-gnus)))
- (defun jao-exwm--goto-w3m (&optional init)
+ (defun jao-exwm--goto-www (&optional init)
(interactive "P")
(exwm-workspace-switch-create 5)
(when (jao-exwm--mark-frame init)
- (jao-afio-open-w3m)
+ (jao-afio-open-www)
(let ((scroll-bar-mode 'left))
(toggle-scroll-bar 1)
(set-frame-parameter (window-frame) 'scroll-bar-width 12))
@@ -59,12 +59,12 @@
(defun jao-exwm-no-afio-setup ()
(interactive)
(defalias 'jao-open-gnus-frame 'jao-exwm--goto-mail)
- (defalias 'jao-goto-w3m-frame 'jao-exwm--goto-w3m)
+ (defalias 'jao-goto-www-frame 'jao-exwm--goto-www)
(setq jao-open-doc-fun #'jao-exwm-open-doc)
(setq minibuffer-follows-selected-frame t)
(global-set-key "\C-cf" 'jao-exwm--goto-main)
(global-set-key "\C-cg" 'jao-exwm--goto-mail)
- (global-set-key "\C-cw" 'jao-exwm--goto-w3m)
+ (global-set-key "\C-cw" 'jao-exwm--goto-www)
(global-set-key "\C-cz" 'jao-exwm--goto-docs))
(if jao-exwm--use-afio
@@ -214,7 +214,7 @@
(cl-case n
((1) (jao-afio--goto-main))
((2) (jao-afio--goto-gnus))
- ((3) (jao-afio--goto-w3m))
+ ((3) (jao-afio--goto-www))
((4) (jao-afio--goto-docs))
((5) (jao-afio--goto-scratch-1))
((0) (jao-afio--goto-scratch)))
@@ -467,7 +467,7 @@
'(([?\s-0] . jao-afio--goto-scratch)
([?\s-1] . jao-afio--goto-main)
([?\s-2] . jao-afio--goto-gnus)
- ([?\s-3] . jao-afio--goto-w3m)
+ ([?\s-3] . jao-afio--goto-www)
([?\s-4] . jao-afio--goto-docs)
([?\s-A] . org-agenda-list)
([?\s-a] . jao-first-window)