Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View evanmcc's full-sized avatar
💭
status is a bad idea, github is not a social network

Evan Vigil-McClanahan evanmcc

💭
status is a bad idea, github is not a social network
View GitHub Profile
#!/usr/bin/env emacs --script
;; should likely be called with 2</dev/null to suppress the various
;; output to the shell.
;; I think that this is going to fail non-emacs24 installs, since
;; 'package isn't installed by default there. You'll see this error:
;; "Symbol's function definition is void: package-initialize"
;; `brew install emacs` should fix you up, though.
(package-initialize)