diff options
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.emacs.d/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index 47ebbc5..243473b 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -432,6 +432,7 @@ (global-set-key (kbd "C-c t") 'toggle-truncate-lines) (global-set-key (kbd "C-c u") 'uncomment-region) (global-set-key (kbd "C-c w") 'rotate-windows) +(global-set-key (kbd "C-c SPC") 'set-mark-command) ;;; File modes |