Change browser

master
trémeur 11 months ago
parent a2b2ca0a96
commit cdd08e8ed2

@ -155,12 +155,12 @@ Indent using spaces.
** OS-specific stuff ** 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 #+BEGIN_SRC emacs-lisp
(when (string-equal system-type "gnu/linux") (when (string-equal system-type "gnu/linux")
(setq browse-url-browser-function 'browse-url-generic (setq browse-url-browser-function 'browse-url-generic
browse-url-generic-program "google-chrome")) browse-url-generic-program "vivaldi"))
#+END_SRC #+END_SRC
Honestly I dont know if Ill ever use macOS again, but in case I do, I need the meta key to work. Honestly I dont know if Ill ever use macOS again, but in case I do, I need the meta key to work.

Loading…
Cancel
Save