diff options
| -rw-r--r-- | dot.emacs.d/init.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el index 0ce558f..b80cc05 100644 --- a/dot.emacs.d/init.el +++ b/dot.emacs.d/init.el @@ -101,7 +101,8 @@ (semantic-mode 1) (use-package srefactor :bind (:map c-mode-map - ("M-RET" . #'srefactor-refactor-at-point))) + ("M-RET" . #'srefactor-refactor-at-point)) + :after project) (use-package elpy :ensure t |
