about summary refs log tree commit diff stats
path: root/.emacs.d/lisp
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2021-10-12 06:38:43 +0100
committerDavid Morgan <djm_uk@protonmail.com>2021-10-12 06:38:43 +0100
commit4d593f4fa05905aa31591238f14f19bc1d034d28 (patch)
tree5afb9ac9adfa5990041d10b141eb1ba23a87ed31 /.emacs.d/lisp
parent57b36ca772f8f3a03345af1def4f78dd5c21d629 (diff)
downloaddotfiles-4d593f4fa05905aa31591238f14f19bc1d034d28.tar.gz
Remove unused package
Diffstat (limited to '.emacs.d/lisp')
-rw-r--r--.emacs.d/lisp/init-misc.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/.emacs.d/lisp/init-misc.el b/.emacs.d/lisp/init-misc.el
index e9e04ee..51cfd6a 100644
--- a/.emacs.d/lisp/init-misc.el
+++ b/.emacs.d/lisp/init-misc.el
@@ -32,7 +32,5 @@
   (yaml-mode . whitespace-mode)
   (yaml-mode . subword-mode))
 
-(use-package ovpn-mode)
-
 (provide 'init-misc)
 ;;; init-misc.el ends here