Use use-package's :custom and :custom-face options everywhere

This commit is contained in:
2019-06-10 19:29:58 +01:00
parent cf30454641
commit 57f670088d
53 changed files with 453 additions and 396 deletions

View File

@@ -7,8 +7,8 @@
;;; Code:
(use-package workgroups2
:config
(setq wg-prefix-key (kbd "C-z")))
:custom
(wg-prefix-key (kbd "C-z")))
(provide 'siren-workgroups2)
;;; siren-workgroups2.el ends here