spacemacs/contrib/osx/packages.el

10 lines
154 B
EmacsLisp
Raw Normal View History

(setq osx-packages
2015-02-07 04:35:46 +00:00
'(
pbcopy
))
2015-02-07 04:35:46 +00:00
(defun osx/init-pbcopy ()
(use-package pbcopy
2015-02-08 04:27:50 +00:00
:if (not (display-graphic-p))
:init (turn-on-pbcopy)))