Skip to content

Instantly share code, notes, and snippets.

@hajimehoshi
Last active August 28, 2019 15:28
Show Gist options
  • Save hajimehoshi/438c6e6222e0ef864e85 to your computer and use it in GitHub Desktop.
Save hajimehoshi/438c6e6222e0ef864e85 to your computer and use it in GitHub Desktop.
.emacs
(prefer-coding-system 'utf-8-unix)
(setq-default indent-tabs-mode nil)
(global-auto-revert-mode 1)
(global-set-key "\C-h" 'delete-backward-char)
(global-set-key "\C-j" 'newline-and-indent)
(electric-indent-mode 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment