emacs: add po-mode, with a hack to exit view-mode
[~bandali/configs] / .emacs.d / init.el
index 30f9ecc..920b018 100644 (file)
@@ -1225,6 +1225,10 @@ For disabling the behaviour for certain buffers and/or modes."
 
 (use-package go-mode)
 
+(use-package po-mode
+  :hook
+  (po-mode . (lambda () (run-with-timer 0.1 nil 'View-exit))))
+
 \f
 ;;; Theme