Created
November 3, 2015 19:52
-
-
Save hub-cap/9cae0dc8afdc83b9d17b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#+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