33ead6fc42
As announced in previous releases, see CHANGELOG.next for more info in the Breaking Changes section.
5 lines
122 B
EmacsLisp
5 lines
122 B
EmacsLisp
(setq tmux-post-extensions '((tmux :location local)))
|
|
|
|
(defun tmux/init-tmux ()
|
|
"Initialize tmux"
|
|
(use-package tmux))
|