Skip to content

Instantly share code, notes, and snippets.

@beatak
Last active January 3, 2016 19:29
Show Gist options
  • Select an option

  • Save beatak/8508549 to your computer and use it in GitHub Desktop.

Select an option

Save beatak/8508549 to your computer and use it in GitHub Desktop.
random things that I'm learning emacs lisp
http://www.gnu.org/software/emacs/manual/html_node/elisp/Displaying-Messages.html
(message-box "foobar")
;; to set alpha
(set-frame-parameter nil 'alpha '(100 100))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment