X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/87631bd0d3f07978e5a27345f3a018920ab70dd4..4a102022bba2f081c58d6814a8795a898d80a8c3:/.emacs.d/init.el diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 0ae6f40..47c254a 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -99,7 +99,7 @@ ;;; whoami -(setq user-full-name "Amin Bandali" +(setq ;; user-full-name "bandali" user-mail-address "bandali@gnu.org") @@ -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)