Post-cleanup cleanup
This commit is contained in:
parent
4aa4de17f5
commit
9197c8345c
3 changed files with 8 additions and 11 deletions
|
@ -11,7 +11,7 @@ Define functions that specify what OS I’m on, also whether I’m 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue