Skip to content

Instantly share code, notes, and snippets.

@ngn999
Created May 22, 2011 17:51
Show Gist options
  • Save ngn999/985708 to your computer and use it in GitHub Desktop.
Save ngn999/985708 to your computer and use it in GitHub Desktop.
test.el
(defun squar (x)
"return x * x"
(* x x))
;; scroll-ahead
;; scroll-behind
;;switch-to-buffer
;;other-buffer
;;buffer-file-readonly
;;buffer-file-name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment