mirror of
https://codeberg.org/scip/dot-emacs.git
synced 2025-12-17 04:20:57 +01:00
fixed completion stuff
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
(when file
|
||||
(find-file file))))
|
||||
|
||||
(global-set-key (kbd "C-x C-r") 'recentf-ido-find-file) ; open recent files, same as M-x rf
|
||||
(global-set-key (kbd "C-x C-r") 'recentf-ido-find-file) ;; open recent files, same as M-x rf
|
||||
|
||||
;; now if I incidentally closed a buffer, I can re-open it, thanks to
|
||||
;; recent-files
|
||||
|
||||
Reference in New Issue
Block a user