Skip to content

Commit

Permalink
Add initfiles for whitespace and yasnippet.
Browse files Browse the repository at this point in the history
  • Loading branch information
zane committed Apr 9, 2012
1 parent 1c65e42 commit 07a495a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions zane-el-get-package-init/init-whitespace.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
(setq whitespace-style '(face trailing tabs empty))
(add-hook 'before-save-hook 'whitespace-cleanup)
(global-whitespace-mode 1)
4 changes: 4 additions & 0 deletions zane-el-get-package-init/init-yasnippet.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
;;(yas/initialize)



0 comments on commit 07a495a

Please sign in to comment.