Change browser
This commit is contained in:
parent
a2b2ca0a96
commit
cdd08e8ed2
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue