summaryrefslogtreecommitdiff
path: root/config/emacs.org
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@nullring.xyz>2026-02-28 20:20:41 -0800
committerPreston Pan <ret2pop@nullring.xyz>2026-02-28 20:20:41 -0800
commit99a6f13e70b366a858a543f145528152164858e5 (patch)
treeac65987c6a0cd142943ab0c5b45616a1c1356486 /config/emacs.org
parentbefb04f3a1cbf7e55da26e08f8c974e72ff6f1cf (diff)
use librewolf instead; fix a bunch of problems
Diffstat (limited to 'config/emacs.org')
-rw-r--r--config/emacs.org7
1 files changed, 4 insertions, 3 deletions
diff --git a/config/emacs.org b/config/emacs.org
index 69316e5..642377d 100644
--- a/config/emacs.org
+++ b/config/emacs.org
@@ -26,7 +26,7 @@ Emacs is self documenting, after all!
(warning-minimum-level :emergency "Supress emacs warnings")
(confirm-kill-processes nil "Don't ask to quit")
(debug-ignored-errors (cons 'remote-file-error debug-ignored-errors) "Remove annoying error from debug errors")
- (browse-url-generic-program "firefox")
+ (browse-url-generic-program "librewolf")
(browse-url-secondary-browser-function 'browse-url-generic)
(browse-url-browser-function 'browse-url-generic)
@@ -36,6 +36,7 @@ Emacs is self documenting, after all!
(mouse-wheel-follow-mouse 't "Scroll correct window")
(scroll-conservatively 101 "Sort of smooth scrolling")
(scroll-step 1 "Scroll one line at a time")
+ (debug-on-error nil "Don't make the annoying popups")
(display-time-24hr-format t "Use 24 hour format to read the time")
(display-line-numbers-type 'relative "Relative line numbers for easy vim jumping")
(use-short-answers t "Use y instead of yes")
@@ -724,7 +725,7 @@ For all my mathematics and programming notes:
:after (org)
:custom
(org-roam-db-update-on-save t "Update org-roam db")
- (org-roam-graph-viewer "firefox" "Use firefox to view org-roam graph")
+ (org-roam-graph-viewer "librewolf" "Use librewolf to view org-roam graph")
(org-roam-directory (file-truename "~/monorepo/mindmap") "Set org-roam directory inside monorepo")
(org-roam-capture-templates '(("d" "default" plain "%?"
:target (file+head "${title}.org"
@@ -742,7 +743,7 @@ For all my mathematics and programming notes:
(org-roam-ui-sync-theme t "Use emacs theme for org-roam-ui")
(org-roam-ui-follow t "Have cool visual while editing org-roam")
(org-roam-ui-update-on-save t "This option is obvious")
- (org-roam-ui-open-on-start t "Have cool visual open in firefox when emacs loads"))
+ (org-roam-ui-open-on-start t "Have cool visual open in librewolf when emacs loads"))
#+end_src
** Pinentry