|
|
@ -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 don’t know if I’ll ever use macOS again, but in case I do, I need the meta key to work.
|
|
|
|
Honestly I don’t know if I’ll ever use macOS again, but in case I do, I need the meta key to work.
|
|
|
|