aboutsummaryrefslogtreecommitdiffstats
path: root/zsh/.dir-locals.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-10-19 22:52:25 +0200
committerGravatar Tom Willemse2016-10-19 22:52:25 +0200
commit4a6a1e36299ecd6c3dd567ec0039783a53b543ee (patch)
treef93d94a0f5ca6ebc4f245e6dbfabe05955abe411 /zsh/.dir-locals.el
parente3d8ff0e9a8dda853a4b7e3cee1f8a4f23bd2832 (diff)
downloadnew-dotfiles-4a6a1e36299ecd6c3dd567ec0039783a53b543ee.tar.gz
new-dotfiles-4a6a1e36299ecd6c3dd567ec0039783a53b543ee.zip
Move zsh config to org
Diffstat (limited to 'zsh/.dir-locals.el')
-rw-r--r--zsh/.dir-locals.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/zsh/.dir-locals.el b/zsh/.dir-locals.el
new file mode 100644
index 0000000..b294144
--- /dev/null
+++ b/zsh/.dir-locals.el
@@ -0,0 +1,2 @@
+((sh-mode
+ (sh-shell . "zsh")))