Skip to content

Instantly share code, notes, and snippets.

@umeyuki
Created December 2, 2019 07:14
Show Gist options
  • Save umeyuki/20375621688a3f46c7e089f6e621ea22 to your computer and use it in GitHub Desktop.
Save umeyuki/20375621688a3f46c7e089f6e621ea22 to your computer and use it in GitHub Desktop.
.spacemacs
(defun dotspacemacs/user-config()
(define-key global-map "\C-h" 'delete-backward-char)
(define-key global-map "\C-o" 'other-window)
(setq make-backup-files nil)
(setq auto-save-default nil) )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment