X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/5efecfcdab8520f5da50ddf14b7e6de2b4155d51..a85421b4516cbcf41db14e69fd58d0ed115d796e:/.emacs.d/init.el diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 8510489..3257260 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) @@ -966,6 +967,9 @@ Make N (default: 1) copies of the current line or region." (delight 'mml-mode " mml" "mml") (delight 'yas-minor-mode "" "yasnippet")) +;; po-mode +(require 'bandali-po) + ;;; Post initialization