Added binding for project-find-file.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Mon, 08 Feb 2021 12:27:15 +0200
changeset 1725 ce379e248565
parent 1724 35c96420cf54
child 1726 ffd1272d96dc
Added binding for project-find-file.
.emacs-my
--- a/.emacs-my	Wed Feb 03 12:32:49 2021 +0200
+++ b/.emacs-my	Mon Feb 08 12:27:15 2021 +0200
@@ -1277,6 +1277,11 @@
 (add-to-list 'magic-mode-alist (cons #'my--large-file-p #'my-large-file-mode))
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+(message "project")
+
+(global-set-key (kbd "s-s") #'project-find-file)
+
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 (message "helm")
 
 (cl-eval-when (compile)