This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
dianciemacs/lisp/keybinds.el

14 lines
282 B
EmacsLisp
Raw Normal View History

2022-11-09 07:02:57 +00:00
;;; This file contains keybindings for Dianciemacs
;; Files
(general-create-definer diancite/file
:prefix leader-key)
(diancite/file
:keymaps 'normal
"f f" '(find-file :wk "Find File")
"f s" '(save-buffer :wk "Save Buffer"))
;; Provide file file init.el
(provide 'keybinds)