(global-set-key (kbd "M-/") 'hippie-expand) ;; local keybindings should start with C-c and be a letter (uppercase ;; or lowercase), in order to match best-practices (global-set-key (kbd "C-c c") 'comment-region) (global-set-key (kbd "C-c d") 'ispell-change-dictionary) (global-set-key (kbd "C-c k") 'compile) (global-set-key (kbd "C-c u") 'uncomment-region)