diff options
author | JSDurand <mmemmew@gmail.com> | 2021-01-09 14:22:00 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2021-01-09 14:22:00 +0800 |
commit | dc206ebe9397d656971ba7fc3a092009ef4e797a (patch) | |
tree | d963873011122fdf0eafeba89afd487115994bc5 /recentf | |
parent | a2f7f2bf9077ba8acfc550575b9e21aa9ffe7bae (diff) |
temporary state
Diffstat (limited to 'recentf')
-rw-r--r-- | recentf | 32 |
1 files changed, 32 insertions, 0 deletions
@@ -0,0 +1,32 @@ +;;; Automatically generated by ‘recentf’ on Fri Jan 8 20:45:28 2021. + +(setq recentf-list + '( + "/Users/durand/.newsrc.eld" + "/Users/durand/org/math_article_links.org" + "/Users/durand/org/aujourdhui.org" + "/Users/durand/org/agenda.org" + "/Users/durand/org/notes.org" + "/Users/durand/Desktop/emacs.d/gnus-conf.el" + "/usr/local/Cellar/emacs-plus@27/27.1/share/emacs/27.1/lisp/gnus/gnus-group.el.gz" + "/Users/durand/elisp_packages/hierarchy/hierarchy.el" + "/Users/durand/.emacs.d/bookmarks" + "/Users/durand/Desktop/emacs.d/init.el" + "/Users/durand/Desktop/emacs.d/comb/suffix-tree.el" + "/Users/durand/Downloads/documents intéressants/Algorithms/Algorithms on Strings, Trees, and Sequences Computer Science and Computational Biology by Dan Gusfield (z-lib.org).pdf" + "/Users/durand/Desktop/emacs.d/comb/orderless-conf.el" + "/Users/durand/Desktop/emacs.d/ibuffer.el" + "/usr/local/Cellar/emacs-plus@27/27.1/share/emacs/27.1/lisp/ibuffer.el.gz" + "/Users/durand/Desktop/emacs.d/basic.el" + "/Users/durand/Desktop/emacs.d/embark-conf.el" + "/Users/durand/Desktop/emacs.d/common.el" + "/Users/durand/elisp_packages/embark/embark.el" + "/Users/durand/Desktop/nnmaildir+private:private" + )) + +(setq recentf-filter-changer-current 'nil) + + +;; Local Variables: +;; coding: utf-8-emacs +;; End: |