Skip to content

Instantly share code, notes, and snippets.

@Y4suyuki
Last active August 29, 2015 13:56
Show Gist options
  • Save Y4suyuki/8885571 to your computer and use it in GitHub Desktop.
Save Y4suyuki/8885571 to your computer and use it in GitHub Desktop.
My emacs init file
*~
\#*
elpa/*
games/*
auto-save-list/*

#My emacs init file

;; -*-Emacs-Lisp-*-
;; .emacs.d/init.el
;; change TAB to 4 spaces
;; http://www.gnu.org/software/emacs/manual/html_node/elisp/Mode_002dSpecific-Indent.html#Mode_002dSpecific-Indent
(setq-default indent-tabs-mode nil)
(setq-default tab-width 4)
(setq indent-line-function 'insert-tab)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment