Skip to content

Instantly share code, notes, and snippets.

View pwyoung's full-sized avatar

Phillip W Young pwyoung

  • PhillipWillsYoung
  • Boston, MA
View GitHub Profile
;; emacs startup file.
;; References
;; https://gist.github.com/pvlpenev/079a4ad74111a99bb9ac
;; https://gist.github.com/rplzzz/11258794
;; uncomment next line to disable loading of "default.el" at startup
;; (setq inhibit-default-init t)
;; add personal load path
#!/bin/bash
if [[ $UID -ne 0 ]]; then
echo "This script must be run as root."
exit 1
fi
#DEBIAN_FRONTEND=noninteractive
################################################################################