New keybind for user-init-file
This commit is contained in:
parent
c14578a6d2
commit
18f4f53cb9
@ -62,7 +62,7 @@
|
||||
|
||||
;; Easy edit init file
|
||||
(set-register ?e (find-file (or user-init-file "")))
|
||||
(define-key global-map (kbd "C-c i") (lambda()(interactive)(find-file user-init-file)))
|
||||
(define-key global-map (kbd "C-c e") (lambda()(interactive)(find-file user-init-file)))
|
||||
|
||||
;; `recentf' is an that maintains a list of recently accessed files.
|
||||
(setq recentf-max-saved-items 300) ; default is 20
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user