This website requires JavaScript.
Explore
Help
Sign in
TakeV
/
spacemacs
Archived
Watch
1
Star
0
Fork
You've already forked spacemacs
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
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.
6b33031dc5
spacemacs
/
layers
/
!tools
/
tmux
/
extensions.el
6 lines
104 B
EmacsLisp
Raw
Normal View
History
Unescape
Escape
Replace defvar with setq for pre and post extensions variables
2015-04-19 03:57:27 +00:00
(
setq
tmux-post-extensions
'
(
tmux
)
)
Add tmux contrib layer
2015-02-28 06:02:45 +00:00
(
defun
tmux/init-tmux
(
)
"
Initialize tmux
"
(
use-package
tmux
)
)
Reference in a new issue
Copy permalink