[Emacs] add major mode for Tmux config file
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Lucien Cartier-Tilet 2023-06-02 16:54:41 +02:00
parent 1e6e2cb09d
commit a4766fec55
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 11 additions and 0 deletions

View File

@ -6850,6 +6850,17 @@ When editing some scripts though, I need to use the built-in ~shell-mode~.
"o" 'systemd-doc-open))
#+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
:PROPERTIES:
:CUSTOM_ID: Packages-Configuration-Programming-languages-DSLs-Toml-txu8xvk0k4j0