From: rearman Date: Mon, 28 Nov 2022 16:54:19 +0000 (-0500) Subject: Changes to recentf and eshell binding X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=76cd497c853901db8798740524cf1e6c051dcb99;p=emacsinit.git Changes to recentf and eshell binding --- diff --git a/init.el b/init.el index d057055..dd2ff37 100644 --- a/init.el +++ b/init.el @@ -249,9 +249,10 @@ Stolen from BrettWitty's dotemacs github repo." ;; USER SPACE (global-set-key (kbd "C-c b") 'buffer-menu-other-window) (global-set-key (kbd "C-c i") 'edit-init) +(global-set-key (kbd "C-c n") 'new-empty-buffer) (global-set-key (kbd "C-c r") 'rotate-windows) -(global-set-key (kbd "C-c R") 'recentf-open-files) -(global-set-key (kbd "C-c S") 'eshell) +(global-set-key (kbd "") 'recentf-open-files) +(global-set-key (kbd "C-c s") 'eshell) (global-set-key (kbd "C-c t") 'toggle-window-split) (global-set-key (kbd "C-c w") 'edit-work-eqs) ;; OVERRIDES