Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save palikar/43de78c2fc68dbe8bd79a0b3fb543458 to your computer and use it in GitHub Desktop.
Save palikar/43de78c2fc68dbe8bd79a0b3fb543458 to your computer and use it in GitHub Desktop.
#+BEGIN_SRC emacs-lisp
(setq browse-url-browser-function 'browse-url-generic
browse-url-generic-program "firefox")
(google-this-mode 1)
(global-set-key (kbd "C-c g") 'google-this-mode-submap)
;;(global-set-key (kbd "C-c g") 'google-this)
#+END_SRC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment