gtk-doc-1.8-emacs-keybindings.patch (686B)
1 diff --git a/tools/gtk-doc.el b/tools/gtk-doc.el 2 index b038671..aeb7f9e 100644 3 --- a/tools/gtk-doc.el 4 +++ b/tools/gtk-doc.el 5 @@ -273,7 +273,7 @@ Only C/C++ function types are properly supported currently." 6 7 ;; set global binding for this key (follows the format for 8 ;; creating a changelog entry ...) 9 -(global-set-key "\C-x4h" 'gtk-doc-insert) 10 +;;(global-set-key "\C-x4h" 'gtk-doc-insert) 11 12 13 ;; Define another function for inserting a section header. 14 @@ -291,4 +291,4 @@ Only C/C++ function types are properly supported currently." 15 " */\n")) 16 17 ;; Set the key binding. 18 -(global-set-key "\C-x4s" 'gtk-doc-insert-section) 19 +;;(global-set-key "\C-x4s" 'gtk-doc-insert-section)