summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--init.el7
1 files changed, 3 insertions, 4 deletions
diff --git a/init.el b/init.el
index 978bac8..a09266c 100644
--- a/init.el
+++ b/init.el
@@ -165,8 +165,7 @@
(setq use-short-answers t)
(setq inhibit-startup-message t)
-(setq visible-bell t)
-(jao-when-darwin (setq ring-bell-function (lambda () (message "Ding!"))))
+(setq visible-bell (jao-is-linux))
;;;; server
(setenv "EDITOR" "emacsclient")
@@ -1167,12 +1166,12 @@
(jao-minibuffer-add-variable '(jao-current--frame-id) 100)
(jao-when-linux
- (global-set-key (kbd "C-c t") #'jao-afio-goto-chats)
- (global-set-key (kbd "C-c z") #'jao-afio-goto-docs))
+ (global-set-key (kbd "C-c t") #'jao-afio-goto-chats))
:bind (("C-c f" . 'jao-afio-goto-main)
("C-c g" . 'jao-afio-goto-mail)
("C-c w" . 'jao-afio-goto-www)
+ ("C-c z" . 'jao-afio-goto-docs)
("C-c 0" . 'jao-afio-goto-scratch)
("M-o" . 'jao-afio-toggle)))