Skip to content

Commit

Permalink
Temporarily disable built-in layouts
Browse files Browse the repository at this point in the history
Pending update of melpa recipe
  • Loading branch information
bmag committed Jul 21, 2016
1 parent 206bfdc commit 52ab997
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion window-purpose-layout.el
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
(concat (file-name-directory load-file-name) "layouts/"))
"Location of built-in layouts shipped with Purpose.")

(defcustom purpose-use-built-in-layouts t
;; set to nil temporarily, until recipe is updated in melpa
(defcustom purpose-use-built-in-layouts nil
"If nil, don't use layouts from `purpose--built-in-layouts-dir'."
:group 'purpose
:type 'boolean
Expand Down

0 comments on commit 52ab997

Please sign in to comment.