From 82167ab48ae20c0d82c8e2fc7cee898febffddb7 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 10 Oct 2019 17:15:39 -0400 Subject: [PATCH] Remove :lang vala module To small to warrant a module and vala-mode is unmaintained. It's trivial for end users to install it themselves. --- core/autoload/help.el | 3 +-- init.example.el | 1 - modules/README.org | 1 - modules/lang/vala/packages.el | 4 ---- 4 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 modules/lang/vala/packages.el diff --git a/core/autoload/help.el b/core/autoload/help.el index 78268e0c6..0831410ba 100644 --- a/core/autoload/help.el +++ b/core/autoload/help.el @@ -65,8 +65,7 @@ (sass-mode :lang web) (less-css-mode :lang web) (stylus-mode :lang web) - (terra-mode :lang terra) - (vala-mode :lang vala)) + (terra-mode :lang terra)) "An alist mapping major modes to Doom modules. This is used by `doom/help-modules' to auto-select the module corresponding to diff --git a/init.example.el b/init.example.el index 2fbab8d84..83577a451 100644 --- a/init.example.el +++ b/init.example.el @@ -149,7 +149,6 @@ ;;swift ; who asked for emoji variables? ;;terra ; Earth and Moon in alignment for performance. ;;web ; the tubes - ;;vala ; GObjective-C :email ;;(mu4e +gmail) ; WIP diff --git a/modules/README.org b/modules/README.org index ad8898289..4281fddd4 100644 --- a/modules/README.org +++ b/modules/README.org @@ -150,7 +150,6 @@ Modules that bring support for a language or group of languages to Emacs. + swift: + terra: + web =+lsp=: -+ vala: * :email + [[file:email/mu4e/README.org][mu4e]] =+gmail=: diff --git a/modules/lang/vala/packages.el b/modules/lang/vala/packages.el deleted file mode 100644 index 9bd41db12..000000000 --- a/modules/lang/vala/packages.el +++ /dev/null @@ -1,4 +0,0 @@ -;; -*- no-byte-compile: t; -*- -;;; lang/vala/packages.el - -(package! vala-mode)