dotfiles/emacs/.emacs.d/config/init-files.el

11 lines
168 B
EmacsLisp
Raw Normal View History

2021-02-21 02:59:11 +00:00
;; -*- lexical-binding: t; -*-
;; File-related configuration
(leader-def-key
"f" '(nil :which-key "file")
"ff" #'find-file
"fd" #'dired)
(provide 'init-files)