summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--custom/jao-custom-browse.el4
-rw-r--r--init.el5
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
diff --git a/init.el b/init.el
index 6dfd260..dd70de5 100644
--- a/init.el
+++ b/init.el
@@ -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")