mirror of
https://github.com/Ascyii/emacs.git
synced 2026-01-01 06:04:24 -05:00
Some working configuration
This commit is contained in:
10
lisp/utils.el
Normal file
10
lisp/utils.el
Normal file
@@ -0,0 +1,10 @@
|
||||
;; Utility macros and tools
|
||||
|
||||
;; Setup recent files
|
||||
(require 'recentf)
|
||||
(recentf-mode 1)
|
||||
(setq recentf-max-menu-items 25)
|
||||
(global-set-key "\C-x\ \C-r" 'recentf-open-files)
|
||||
(custom-set-faces)
|
||||
|
||||
(provide 'utils)
|
||||
Reference in New Issue
Block a user