projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5efecfc
)
bind "C-c f p" to find-file-at-point
author
Amin Bandali
<bandali@gnu.org>
Sun, 16 May 2021 00:47:10 +0000
(20:47 -0400)
committer
Amin Bandali
<bandali@gnu.org>
Sun, 16 May 2021 00:47:10 +0000
(20:47 -0400)
.emacs.d/init.el
patch
|
blob
|
blame
|
history
diff --git
a/.emacs.d/init.el
b/.emacs.d/init.el
index
8510489
..
47c254a
100644
(file)
--- a/
.emacs.d/init.el
+++ b/
.emacs.d/init.el
@@
-559,6
+559,7
@@
Make N (default: 1) copies of the current line or region."
(global-set-key (kbd "C-c f .") #'find-file)
(global-set-key (kbd "C-c f d") #'find-name-dired)
(global-set-key (kbd "C-c f l") #'find-library)
+(global-set-key (kbd "C-c f p") #'find-file-at-point)
;; frames
(global-set-key (kbd "C-c F m") #'make-frame-command)