diff --git a/init.el b/init.el index ef86e6d..a00bd93 100644 --- a/init.el +++ b/init.el @@ -18,6 +18,12 @@ (global-set-key (kbd "C-c M-`" ) 'treemacs-edit-workspaces ) (global-set-key (kbd "C-c TAB" ) 'treemacs-next-workspace ) ) +(use-package multiple-cursors + :ensure t + :config + (global-set-key (kbd "C-c ") 'mc/mark-next-like-this) + (global-set-key (kbd "C-c ") 'mc/mark-previous-like-this) + ) (custom-set-variables ;; custom-set-variables was added by Custom.