emacs : binding config file

This commit is contained in:
2024-04-19 14:28:24 +09:00
parent 11402c7859
commit 7788907562

View File

@ -62,6 +62,8 @@
;; Counsel
"f" '(:ignore t :which-key "file op.")
"f r" '(consult-recent-file :which-key "Recent files")
"f i" '((lambda () (interactive) (find-file "~/.config/emacs/init.el")) :which-key "open emacs init file")
"f l" '((lambda () (interactive) (find-file "~/.config/emacs/lisp")) :which-key "open emacs lisp dir")
;; Magit
"g" '(:ignore t :which-key "magit")
"g g" '(magit :which-key "magit")