forked from colonelpanic/dotfiles
comment-dwim-2
This commit is contained in:
parent
2a9abb8bba
commit
1d925784b4
@ -655,6 +655,10 @@ The current directory is assumed to be the project's root otherwise."
|
|||||||
:ensure t
|
:ensure t
|
||||||
:mode (("\\.restclient\\'" . restclient-mode)))
|
:mode (("\\.restclient\\'" . restclient-mode)))
|
||||||
|
|
||||||
|
(use-package comment-dwim-2
|
||||||
|
:ensure t
|
||||||
|
:bind ("M-;" . comment-dwim-2))
|
||||||
|
|
||||||
;; =============================================================================
|
;; =============================================================================
|
||||||
;; Non-Programming Stuff
|
;; Non-Programming Stuff
|
||||||
;; =============================================================================
|
;; =============================================================================
|
||||||
|
Loading…
Reference in New Issue
Block a user