summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2021-05-15 20:47:10 -0400
committerAmin Bandali <bandali@gnu.org>2021-05-15 20:47:10 -0400
commitb44dfb35f55d218174ec29266e246ae647871f1e (patch)
tree7f929b613909fff6c5af548f4c8f1bfb7e0f4f47 /.emacs.d/init.el
parent5efecfcdab8520f5da50ddf14b7e6de2b4155d51 (diff)
downloadconfigs-b44dfb35f55d218174ec29266e246ae647871f1e.tar.gz
configs-b44dfb35f55d218174ec29266e246ae647871f1e.tar.xz
configs-b44dfb35f55d218174ec29266e246ae647871f1e.zip
bind "C-c f p" to find-file-at-point
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 8510489..47c254a 100644
--- 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)