aboutsummaryrefslogtreecommitdiffstats
path: root/zsh
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-07-17 15:44:27 +0200
committerGravatar Tom Willemse2016-07-17 15:44:27 +0200
commita3c0e67add78ede8c0b1f84cf3f6d3e3b6d1b706 (patch)
tree60ffae78c21c74755c61aa4d5774f471af167019 /zsh
parent6c3042724b1d0ede3662717ea7b7ce288bd0ebf5 (diff)
downloadnew-dotfiles-a3c0e67add78ede8c0b1f84cf3f6d3e3b6d1b706.tar.gz
new-dotfiles-a3c0e67add78ede8c0b1f84cf3f6d3e3b6d1b706.zip
Store outline settings in directory instead of file
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshrc6
1 files changed, 0 insertions, 6 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 8cc259c..fd9553f 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -3,9 +3,3 @@
# personal utilities and helper commands.
PATH="${HOME}/usr/bin:${PATH}"
export PATH
-
-## Local Variables:
-## eval: (outline-minor-mode 1)
-## outline-regexp: "##+"
-## outline-heading-end-regexp: ":\n"
-## End: