Merge pull request #84 from pjkundert/master

non-windows build issues, missing yas directory
This commit is contained in:
Bozhidar Batsov 2012-02-26 10:55:46 -08:00
commit ffe16ffa92
2 changed files with 3 additions and 1 deletions

View file

@ -72,7 +72,9 @@
;; make the fringe (gutter) smaller
;; the argument is a width in pixels (the default is 8)
(fringe-mode 4)
(condition-case nil
(fringe-mode 4)
(error nil))
;; enable y/n answers
(fset 'yes-or-no-p 'y-or-n-p)

0
snippets/.gitkeep Normal file
View file