Skip to content

Instantly share code, notes, and snippets.

@hub-cap
Created November 3, 2015 19:52
Show Gist options
  • Save hub-cap/9cae0dc8afdc83b9d17b to your computer and use it in GitHub Desktop.
Save hub-cap/9cae0dc8afdc83b9d17b to your computer and use it in GitHub Desktop.
#+LANGUAGE: en
#+PROPERTY: header-args :eval no :results output replace :noweb no :tangle no
#+PROPERTY: header-args:emacs-lisp :noweb yes :tangle .emacs.d/init.el
#+STARTUP: fold nodlcheck lognotestate content
* Introduction
I stole this from Lee Hinman (https://github.com/dakrone).
** Init stuffs
Here is some stuff
#+BEGIN_SRC emacs-lisp
(setq debug-on-error t)
(setq debug-on-quit t)
#+END_SRC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment