diff options
author | jao <jao@gnu.org> | 2025-09-19 22:19:40 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2025-09-19 22:19:40 +0100 |
commit | 24c222023a72747903742529b78d71835568b462 (patch) | |
tree | a92607493d62c0f59fb8819c4cc6d343484d1203 | |
parent | 29fe00dd65fc4dc9909cfcfdcbba119535198ac8 (diff) | |
download | elibs-24c222023a72747903742529b78d71835568b462.tar.gz elibs-24c222023a72747903742529b78d71835568b462.tar.bz2 |
darwin tweaks
-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))) |