add lisp/bandali-po.el with customizations for po-mode
[~bandali/configs] / .emacs.d / init.el
index 0ae6f40..3257260 100644 (file)
@@ -99,7 +99,7 @@
 \f
 ;;; whoami
 
-(setq user-full-name "Amin Bandali"
+(setq ;; user-full-name "bandali"
       user-mail-address "bandali@gnu.org")
 
 \f
@@ -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)
+
 \f
 ;;; Post initialization