From 6493158355c692fdfe1239eebeaad08a63e17b30 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Thu, 15 Jun 2023 18:39:39 +0200 Subject: [PATCH] added go+yaml to rotate-text --- lisp/init-textmanipulation.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/init-textmanipulation.el b/lisp/init-textmanipulation.el index d23d3f6..017a744 100644 --- a/lisp/init-textmanipulation.el +++ b/lisp/init-textmanipulation.el @@ -214,7 +214,7 @@ in between will be killed. If INS is non-nil, it will be inserted then." ;; used in org-mode for org-todo (see below) FIXME: I only use the "t" ;; short command anymore, so C-t would be free now, wouldn't it? (add-something-to-mode-hooks - '(c c++ cperl vala web emacs-lisp python ruby) + '(c c++ cperl vala web emacs-lisp python ruby yaml go) '(lambda () (local-set-key (kbd "C-t") 'rotate-text))))