dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 7c7d21d6c3831fd54cbf4fba1736031e1bfe8655
parent 598cc6523f0710d48fe43de8d90fe7c945701d0b
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Thu,  5 Jun 2014 14:42:54 +0200

recent files with C-x C-r

Diffstat:
M.emacs.d/init.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.emacs.d/init.el b/.emacs.d/init.el @@ -85,7 +85,7 @@ (require 'recentf) (recentf-mode 1) (setq recentf-max-menu-items 25) -(global-set-key "\C-x \C-r" 'recentf-open-files) +(global-set-key "\C-x\ \C-r" 'recentf-open-files) ;; color theme (load-theme 'solarized-dark t)