diff options
author | Franck Cuny <fcuny@twitter.com> | 2019-02-16 14:29:23 -0800 |
---|---|---|
committer | Franck Cuny <fcuny@twitter.com> | 2019-02-16 14:29:23 -0800 |
commit | af24e6ba5c6aaaff977b52c0acb57e4a608c8588 (patch) | |
tree | f421bd4d69db7f3b7535c4660d9f0db06fbadf6b | |
parent | [emacs] Simplify flycheck configuration (diff) | |
download | emacs.d-af24e6ba5c6aaaff977b52c0acb57e4a608c8588.tar.gz |
[Emacs] remove extra empty line.
-rw-r--r-- | emacs.d/init.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el index 4afc820..4f032cb 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -43,4 +43,3 @@ (require 'fcuny-make) (require 'fcuny-python) (require 'fcuny-shell) - |