[Emacs] add major mode for Tmux config file
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
1e6e2cb09d
commit
a4766fec55
@ -6850,6 +6850,17 @@ When editing some scripts though, I need to use the built-in ~shell-mode~.
|
|||||||
"o" 'systemd-doc-open))
|
"o" 'systemd-doc-open))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
**** Tmux config
|
||||||
|
:PROPERTIES:
|
||||||
|
:CUSTOM_ID: PackagesConfigurationProgrammingDSLsTmuxconfig-yw3l9vb1huj0
|
||||||
|
:END:
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(use-package tmux-mode
|
||||||
|
:defer t
|
||||||
|
:straight (tmux-mode :type git :host github :repo "nverno/tmux-mode")
|
||||||
|
:mode (("tmux\\.conf\\'" . tmux-mode)))
|
||||||
|
#+end_src
|
||||||
|
|
||||||
**** Toml
|
**** Toml
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:CUSTOM_ID: Packages-Configuration-Programming-languages-DSLs-Toml-txu8xvk0k4j0
|
:CUSTOM_ID: Packages-Configuration-Programming-languages-DSLs-Toml-txu8xvk0k4j0
|
||||||
|
Loading…
Reference in New Issue
Block a user