Post-cleanup cleanup

This commit is contained in:
trémeur 2023-02-16 18:48:40 +00:00
parent 4aa4de17f5
commit 9197c8345c
3 changed files with 8 additions and 11 deletions

View file

@ -11,7 +11,7 @@ Define functions that specify what OS Im on, also whether Im at work or no
"Return true if on windows"
(string-equal system-type "windows-nt"))
(defun ismac () ;; unkikely now, but might as well keep this
(defun ismac () ;; unlikely now, but might as well keep this
"Return true if on macos"
(string-equal system-type "darwin"))
@ -760,7 +760,6 @@ Gives me a dialog with recently opened files. Package management and =elfeed= st
(setq recentf-max-menu-items 20)
(setq recentf-max-saved-items 20)
(global-set-key (kbd "C-x C-r") 'recentf-open-files)
;; (global-set-key "\C-x\ \C-r" 'recentf-open-files)
(add-to-list 'recentf-exclude
(expand-file-name "~/.emacs.d/elpa/*"))
(add-to-list 'recentf-exclude