diff --git a/tangled/quse-package.el b/quse-package.el similarity index 99% rename from tangled/quse-package.el rename to quse-package.el index 53aaaf4..add94c3 100644 --- a/tangled/quse-package.el +++ b/quse-package.el @@ -1,4 +1,3 @@ - ;;; quse-package.el --- Install and configure packages in one convenient macro. ;; Copyright (C) 2015 Jacob MacDonald. diff --git a/quse-package.org b/quse-package.org index 2e34ab1..c59319b 100644 --- a/quse-package.org +++ b/quse-package.org @@ -111,12 +111,9 @@ Without further ado, the macro itself. * Tangle source code. - All source code is placed in a directory adjacent to this file called - =tangled=. - ** =quse-package.el= - #+BEGIN_SRC emacs-lisp :noweb no-export :mkdirp yes :tangle tangled/quse-package.el + #+BEGIN_SRC emacs-lisp :noweb no-export :tangle quse-package.el :padline no <
> <>