Skip to content

Instantly share code, notes, and snippets.

@jmdeldin
Created September 2, 2015 18:06
Show Gist options
  • Save jmdeldin/a84e191607a2a1caffe0 to your computer and use it in GitHub Desktop.
Save jmdeldin/a84e191607a2a1caffe0 to your computer and use it in GitHub Desktop.
(defun jm/yeller ()
(interactive)
(set-background-color "#FFFFDD"))
(defun jm/minty ()
(interactive)
(set-background-color "#F0FFF0"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment