diff --git a/lib/extensions/editor/init.el b/lib/extensions/editor/init.el index ca44f30..ed369f6 100644 --- a/lib/extensions/editor/init.el +++ b/lib/extensions/editor/init.el @@ -75,6 +75,10 @@ :description "Open up your todo file. checkout `fg42-todo-file` var and `fg42-open-todo` function.") (global-set-key [f9] 'fg42-open-todo)) + (global-unset-key (kbd "C-m")) + (global-unset-key (kbd "C-o")) + (global-unset-key (kbd "C-v")) + ;; replace strings (global-set-key (kbd "C-c M-s") 'replace-string)