diff --git a/config.org b/config.org index 01b32f5..3dde12d 100644 --- a/config.org +++ b/config.org @@ -155,12 +155,12 @@ Indent using spaces. ** OS-specific stuff -On Linux, I have to tell Emacs to use Chrome for web links. +On Linux, I have to tell Emacs to use +Chrome+ Vivaldi for web links. #+BEGIN_SRC emacs-lisp (when (string-equal system-type "gnu/linux") (setq browse-url-browser-function 'browse-url-generic - browse-url-generic-program "google-chrome")) + browse-url-generic-program "vivaldi")) #+END_SRC Honestly I don’t know if I’ll ever use macOS again, but in case I do, I need the meta key to work.