Merge pull request #84 from pjkundert/master
non-windows build issues, missing yas directory
This commit is contained in:
commit
ffe16ffa92
2 changed files with 3 additions and 1 deletions
|
@ -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
0
snippets/.gitkeep
Normal file
Loading…
Reference in a new issue