summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'tag-emacs/emacs.d/init.el')
-rw-r--r--tag-emacs/emacs.d/init.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index de4f2a8a..3d80c712 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -762,10 +762,6 @@
   :mode (("\\.zsh\\'" . shell-script-mode))
   :config (setq sh-shell-file "/usr/bin/env zsh"))
 
-(req-package ntcmd
-  :mode (("\\`.cmd\\'" . ntcmd-mode)
-         ("\\`.bat\\'" . ntcmd-mode)))
-
 ;;;; Shells & REPLs
 
 (req-package eshell