This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
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

5 lines
122 B
EmacsLisp

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