diff options
author | Franck Cuny <fcuny@twitter.com> | 2018-09-22 15:44:30 -0700 |
---|---|---|
committer | Franck Cuny <fcuny@twitter.com> | 2018-09-22 15:44:30 -0700 |
commit | 763ca1436342e7ae2edc62b6a1fc40ce136cb8d9 (patch) | |
tree | ffaf09a0a8ea6bf69fea262502852e7e51299547 /configs/rcs | |
parent | [emacs] a few updates to flyspell configuration (diff) | |
download | emacs.d-763ca1436342e7ae2edc62b6a1fc40ce136cb8d9.tar.gz |
[Emacs] Fix configuration for recentf.
Diffstat (limited to 'configs/rcs')
-rw-r--r-- | configs/rcs/emacs.d/init.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configs/rcs/emacs.d/init.el b/configs/rcs/emacs.d/init.el index 945c07e..e4cba30 100644 --- a/configs/rcs/emacs.d/init.el +++ b/configs/rcs/emacs.d/init.el @@ -128,9 +128,6 @@ ;;; general editing (use-package recentf - :commands (recentf-mode - recentf-add-file - recentf-apply-filename-handlers) :config (recentf-mode 1) (setq recentf-max-saved-items 500 |