My .emacs file contains multiple file names as,
(load "~/.emacs.d/others/keymaps.el")
(load "~/.emacs.d/others/py.el")
(load "~/.emacs.d/others/web.el")
Is there a way any library, gives way for me to keep the cursor in the middle of file path and jump straight to the file content on pressing a shortcut.
(load "~/.emacs.d/others
!!(cursor here)/py.el")
When the line cursor is in the middle of a file path, it must switch buffer to ~/.emacs.d/others/py.el