diff options
Diffstat (limited to 'dot.emacs.d/init.el')
| -rw-r--r-- | dot.emacs.d/init.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el index 05c7424..3b8262b 100644 --- a/dot.emacs.d/init.el +++ b/dot.emacs.d/init.el @@ -82,6 +82,11 @@ (make-local-variable company-backends) (add-to-list 'company-backends 'company-jedi)))) +(semantic-mode 1) +(use-package srefactor + :bind (:map c-mode-map + ("M-RET" . #'srefactor-refactor-at-point))) + (use-package mercurial :bind-keymap ("C-c H" . hg-global-map)) |
