Easy comment/uncomment selection in emacs
Add this to .emacs
;; Comment/Uncomment region (global-set-key (kbd "s-/") 'comment-dwim)
Toggle comment of the selected region by pressing Apple + /
Add this to .emacs
;; Comment/Uncomment region (global-set-key (kbd "s-/") 'comment-dwim)
Toggle comment of the selected region by pressing Apple + /