diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2018-06-11 08:57:33 -0700 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2018-06-11 08:57:33 -0700 |
commit | f1a3366e361f1fc5e67970b044b315ba4ff9dbe7 (patch) | |
tree | 5e7dc40f25f9a81af924da0c90854d9cd9d3ba94 /emacs.d/modules | |
parent | [emacs] fix comment for fringe (diff) | |
download | emacs.d-f1a3366e361f1fc5e67970b044b315ba4ff9dbe7.tar.gz |
[emacs] meh
Diffstat (limited to 'emacs.d/modules')
-rw-r--r-- | emacs.d/modules/module-codestyle.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/emacs.d/modules/module-codestyle.el b/emacs.d/modules/module-codestyle.el index 5a18b34..05369a7 100644 --- a/emacs.d/modules/module-codestyle.el +++ b/emacs.d/modules/module-codestyle.el @@ -1,5 +1,3 @@ -(require 'config-package) - (setq show-paren-delay 0) ;; turn off tab indentation |