diff options
| author | Preston Pan <ret2pop@nullring.xyz> | 2026-02-28 20:20:41 -0800 |
|---|---|---|
| committer | Preston Pan <ret2pop@nullring.xyz> | 2026-02-28 20:20:41 -0800 |
| commit | 99a6f13e70b366a858a543f145528152164858e5 (patch) | |
| tree | ac65987c6a0cd142943ab0c5b45616a1c1356486 /nix/init.el | |
| parent | befb04f3a1cbf7e55da26e08f8c974e72ff6f1cf (diff) | |
use librewolf instead; fix a bunch of problems
Diffstat (limited to 'nix/init.el')
| -rw-r--r-- | nix/init.el | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/nix/init.el b/nix/init.el index a51afac..d6358e4 100644 --- a/nix/init.el +++ b/nix/init.el @@ -9,7 +9,7 @@ (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) @@ -19,6 +19,7 @@ (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") @@ -589,7 +590,7 @@ :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" @@ -607,7 +608,7 @@ (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")) (use-package pinentry :custom (epa-pinentry-mode `loopback "Set this option to match gpg-agent.conf") |
