Skip to content

Commit

Permalink
Merge pull request #17 from njbittner/master
Browse files Browse the repository at this point in the history
Use use-package for comment-dwim-2
  • Loading branch information
tuhdo authored Feb 14, 2018
2 parents b7e08bd + 586ebfb commit 5e77bb7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion custom/setup-editing.el
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@
(add-hook 'fundamental-mode 'ws-butler-mode))

;; PACKAGE: comment-dwim-2
(global-set-key (kbd "M-;") 'comment-dwim-2)
(use-package comment-dwim-2
:bind (("M-;" . comment-dwim-2))
)

;; PACKAGE: anzu
;; GROUP: Editing -> Matching -> Isearch -> Anzu
Expand Down
2 changes: 1 addition & 1 deletion custom/setup-ivy-counsel.el
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@

(use-package counsel-projectile
:init
(counsel-projectile-on))
(counsel-projectile-mode))

(provide 'setup-ivy-counsel)

0 comments on commit 5e77bb7

Please sign in to comment.