From a4766fec55dcacfc79295bc74836d488d1ad6cc8 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Fri, 2 Jun 2023 16:54:41 +0200 Subject: [PATCH] [Emacs] add major mode for Tmux config file --- org/config/emacs.org | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/org/config/emacs.org b/org/config/emacs.org index a5ad654..7a98fe1 100644 --- a/org/config/emacs.org +++ b/org/config/emacs.org @@ -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