summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 30f9ecc..920b018 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -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))))
+
;;; Theme