# HG changeset patch # User Oleksandr Gavenko # Date 1612780035 -7200 # Node ID ce379e248565d42b86d5ab70b240379c5773587a # Parent 35c96420cf547d21bb0ea1ed8a6c3062d9965429 Added binding for project-find-file. diff -r 35c96420cf54 -r ce379e248565 .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)