From 24c222023a72747903742529b78d71835568b462 Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 19 Sep 2025 22:19:40 +0100 Subject: darwin tweaks --- init.el | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'init.el') 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))) -- cgit v1.2.3