mirror of
https://codeberg.org/scip/dot-emacs.git
synced 2025-12-17 04:20:57 +01:00
added go+yaml to rotate-text
This commit is contained in:
@@ -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"
|
;; 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?
|
;; short command anymore, so C-t would be free now, wouldn't it?
|
||||||
(add-something-to-mode-hooks
|
(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 ()
|
'(lambda ()
|
||||||
(local-set-key (kbd "C-t") 'rotate-text))))
|
(local-set-key (kbd "C-t") 'rotate-text))))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user