diff options
| author | Steve Lee <me@xiangyangli.com> | 2017-12-13 04:33:00 +0800 |
|---|---|---|
| committer | Steve Lee <me@xiangyangli.com> | 2017-12-13 04:33:00 +0800 |
| commit | 5f98cf9ac6e71ac84a7394a89748662d9c4f793d (patch) | |
| tree | d2044af1f9921c11c3a3e142062a5cb11d2e7a52 /.emacs.d/lisp/init-program-basic.el | |
| parent | 6b910746e4b588c68a52caa8afaf73ccbf0586e0 (diff) | |
| download | dotfiles-5f98cf9ac6e71ac84a7394a89748662d9c4f793d.tar.xz dotfiles-5f98cf9ac6e71ac84a7394a89748662d9c4f793d.zip | |
add some basic
Diffstat (limited to '.emacs.d/lisp/init-program-basic.el')
| -rw-r--r-- | .emacs.d/lisp/init-program-basic.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.emacs.d/lisp/init-program-basic.el b/.emacs.d/lisp/init-program-basic.el new file mode 100644 index 0000000..db3455c --- /dev/null +++ b/.emacs.d/lisp/init-program-basic.el @@ -0,0 +1,6 @@ +;; C programming +(setq-default c-basic-offset 4 + tab-width 4 + indent-tabs-mode t) + +(provide 'init-program-basic) |
