about summary refs log tree commit diff stats
path: root/.emacs.d
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/lisp/init-misc.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/.emacs.d/lisp/init-misc.el b/.emacs.d/lisp/init-misc.el
index 55de62b..684007b 100644
--- a/.emacs.d/lisp/init-misc.el
+++ b/.emacs.d/lisp/init-misc.el
@@ -51,5 +51,7 @@
   (yaml-mode . whitespace-mode)
   (yaml-mode . subword-mode))
 
+(use-package ovpn-mode)
+
 (provide 'init-misc)
 ;;; init-misc.el ends here