comment-dwim-2

This commit is contained in:
Ivan Malison 2015-07-26 01:37:51 -07:00
parent 2a9abb8bba
commit 1d925784b4

View File

@ -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
;; =============================================================================