Refactor use-package config; delete mkdir's to makefile

This commit is contained in:
Henrik Lissner 2016-05-18 02:09:32 -04:00
parent a961a45eca
commit 10ca8bc7df
2 changed files with 1 additions and 14 deletions

View file

@ -46,9 +46,6 @@ automatically renamed to the project name.")
(add-hook 'emacs-startup-hook 'workgroups-mode)
:config
(unless (file-exists-p wg-workgroup-directory)
(mkdir wg-workgroup-directory))
;; Remember fixed workgroup names between sessions
(push 'narf-wg-names savehist-additional-variables)