diff options
author | David Morgan <djm_uk@protonmail.com> | 2021-10-12 06:38:43 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2021-10-12 06:38:43 +0100 |
commit | 4d593f4fa05905aa31591238f14f19bc1d034d28 (patch) | |
tree | 5afb9ac9adfa5990041d10b141eb1ba23a87ed31 /.emacs.d/lisp/init-misc.el | |
parent | 57b36ca772f8f3a03345af1def4f78dd5c21d629 (diff) | |
download | dotfiles-4d593f4fa05905aa31591238f14f19bc1d034d28.tar.gz |
Remove unused package
Diffstat (limited to '.emacs.d/lisp/init-misc.el')
-rw-r--r-- | .emacs.d/lisp/init-misc.el | 2 |
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 |