diff options
-rw-r--r-- | custom/jao-custom-browse.el | 4 | ||||
-rw-r--r-- | init.el | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/custom/jao-custom-browse.el b/custom/jao-custom-browse.el index 5b956e7..37f4c9f 100644 --- a/custom/jao-custom-browse.el +++ b/custom/jao-custom-browse.el @@ -247,5 +247,5 @@ (shell-command-to-string subs) (shell-command (format "r2e run %s" name))))))) -(provide 'jao-custom-org) -;;; jao-custom-org.el ends here +(provide 'jao-custom-browse) +;;; jao-custom-browse.el ends here @@ -122,13 +122,11 @@ (setq custom-raised-buttons nil) ;;; Preamble -;;;; preamble (pre.el) (jao-load-site-el "pre") ;;; System Utilities ;;;; persist -(use-package persist - :ensure t) +(use-package persist :ensure t) ;;;; (no) backups (setq vc-make-backup-files nil @@ -166,6 +164,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!")))) ;;;; server (setenv "EDITOR" "emacsclient") |