mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Use use-package's :custom and :custom-face options everywhere
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user