summaryrefslogtreecommitdiffstats
path: root/ravi-init-appearance.el
diff options
context:
space:
mode:
Diffstat (limited to 'ravi-init-appearance.el')
-rw-r--r--ravi-init-appearance.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/ravi-init-appearance.el b/ravi-init-appearance.el
index caff195..8c5b173 100644
--- a/ravi-init-appearance.el
+++ b/ravi-init-appearance.el
@@ -147,6 +147,10 @@ Delete all whitespace on a successive key press."
(let ((mark-even-if-inactive transient-mark-mode))
(indent-region (region-beginning) (region-end) nil))))))
+(use-package comment-dwim-2
+ :bind (("M-;" . comment-dwim-2))
+ :ensure t)
+
;; Keep my navigation simple
(setq line-move-visual nil)