summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-06-15 00:51:26 +0200
committerGravatar Tom Willemse2014-06-15 00:51:26 +0200
commit0cd9e6081cdd8f206e07d56b4d4bdd322a8edf49 (patch)
tree789c1635dc3c37512b9ca7aa21ad6b3c1d6b98c0
parent0101e0f8cdb8fe4dba9f62a44434110a114cd299 (diff)
downloademacs-0cd9e6081cdd8f206e07d56b4d4bdd322a8edf49.tar.gz
emacs-0cd9e6081cdd8f206e07d56b4d4bdd322a8edf49.zip
Throw away unused local variables
-rw-r--r--.emacs.d/init.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 64c3f4a..6a4ed28 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -1417,8 +1417,3 @@ from myaethon2.core.decorators import (
(provide 'init)
;;; init.el ends here
-
-;; Local Variables:
-;; outline-regexp: ";;;;*"
-;; eval: (outline-minor-mode 1)
-;; End: