diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2018-09-08 17:20:01 -0700 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2018-09-08 17:20:01 -0700 |
commit | f5c89b39198c2f80d04d7dfd6a94671b955568da (patch) | |
tree | be603b9217b0aab36d6a2d105bc4f3c21221dd62 | |
parent | [bash] Move all aliases to bashrc. (diff) | |
download | emacs.d-f5c89b39198c2f80d04d7dfd6a94671b955568da.tar.gz |
[emacs] remove duplicated package declaration
-rw-r--r-- | configs/rcs/emacs.d/init.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/configs/rcs/emacs.d/init.el b/configs/rcs/emacs.d/init.el index 11f05a0..3eb1b58 100644 --- a/configs/rcs/emacs.d/init.el +++ b/configs/rcs/emacs.d/init.el @@ -113,10 +113,6 @@ (bookmark-default-file fcuny-bookmarks-dir) (bookmark-save-flag 1)) -(use-package autorevert - :config - (global-auto-revert-mode t)) - (use-package midnight :config (midnight-mode t)) |