diff options
author | 2021-05-15 21:42:51 -0400 | |
---|---|---|
committer | 2021-05-15 21:42:51 -0400 | |
commit | a85421b4516cbcf41db14e69fd58d0ed115d796e (patch) | |
tree | d2e20c44700309c17e2f711afda4845372e42d79 /.emacs.d/init.el | |
parent | 48edf7d2484572e3662a3beed6a7f75be64c8f31 (diff) | |
download | configs-a85421b4516cbcf41db14e69fd58d0ed115d796e.tar.gz configs-a85421b4516cbcf41db14e69fd58d0ed115d796e.tar.xz configs-a85421b4516cbcf41db14e69fd58d0ed115d796e.zip |
add lisp/bandali-po.el with customizations for po-mode
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r-- | .emacs.d/init.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 47c254a..3257260 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -967,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 |