Functions

Table of Contents

Open a URL in a browser howto

(browse-url URL &rest ARGS) reference

(require 'browse-url)
(browse-url "http://google.com/")

Expand shell environment variables in file paths howto

(substitute-in-file-name) reference

(substitute-in-file-name "$HOME")
/Users/yeonghoey