From 1d925784b4445eb8d48b111f1f1c180921e6b382 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 26 Jul 2015 01:37:51 -0700 Subject: [PATCH] comment-dwim-2 --- dotfiles/emacs.d/init.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index a3946be3..0c4dd680 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -655,6 +655,10 @@ The current directory is assumed to be the project's root otherwise." :ensure t :mode (("\\.restclient\\'" . restclient-mode))) +(use-package comment-dwim-2 + :ensure t + :bind ("M-;" . comment-dwim-2)) + ;; ============================================================================= ;; Non-Programming Stuff ;; =============================================================================