This commit is contained in:
2024-03-17 14:28:10 +00:00
parent 37e602f501
commit f28a9b5b9b
4 changed files with 21 additions and 11 deletions
+1 -1
View File
@@ -170,7 +170,7 @@
(lm/leader-keys
"SPC" '(counsel-M-x :wk "Counsel M-x")
"." '(find-file :wk "Find file")
"f c" '((lambda () (interactive) (find-file "~/.config/emacs/config.org")) :wk "Edit emacs config")
"f c" '((lambda () (interactive) (find-file "~/nixos/modules/old_configs/emacs/config.org")) :wk "Edit emacs config")
"f r" '(counsel-recentf :wk "Find recent files")
"TAB TAB" '(comment-line :wk "Comment lines"))