diff options
-rw-r--r-- | init.el | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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))) |