spacemacs/layers/+tools/tmux/packages.el
syl20bnr 33ead6fc42 Deprecation of extensions and <pkg>-excluded-packages variables
As announced in previous releases, see CHANGELOG.next for more info
in the Breaking Changes section.
2016-01-17 22:06:04 -05:00

6 lines
122 B
EmacsLisp

(setq tmux-post-extensions '((tmux :location local)))
(defun tmux/init-tmux ()
"Initialize tmux"
(use-package tmux))