rename vterm from :emacs to :tools

This commit is contained in:
SteamedFish 2019-02-17 00:03:36 +08:00
parent 1e864df8cd
commit d6496fc168
6 changed files with 6 additions and 6 deletions

View file

@ -60,7 +60,6 @@
hideshow ; basic code-folding support
imenu ; an imenu sidebar and searchable code index
;;term ; terminals in Emacs
;;vterm ; another terminals in Emacs
vc ; version-control and Emacs, sitting in a tree
:tools
@ -80,6 +79,7 @@
;;tmux ; an API for interacting with tmux
;;upload ; map local to remote projects via ssh/ftp
;;wakatime
;;vterm ; another terminals in Emacs
:lang
;;assembly ; assembly for fun or debugging

View file

@ -1,4 +1,4 @@
;;; emacs/vterm/autoload.el -*- lexical-binding: t; -*-
;;; tools/vterm/autoload.el -*- lexical-binding: t; -*-
;;;###autoload
(defun +vterm/open (arg)

View file

@ -1,4 +1,4 @@
;;; emacs/vterm/config.el -*- lexical-binding: t; -*-
;;; tools/vterm/config.el -*- lexical-binding: t; -*-
(def-package! vterm
:load-path (lambda () (list (concat doom-packages-dir "/quelpa/build/vterm")))

View file

@ -1,4 +1,4 @@
;;; emacs/vterm/doctor.el -*- lexical-binding: t; -*-
;;; tools/vterm/doctor.el -*- lexical-binding: t; -*-
(unless (executable-find "vterm-ctrl")
(warn! "Couldn't find libvterm library. Please install it on your system"))

View file

@ -1,4 +1,4 @@
;; -*- no-byte-compile: t; -*-
;;; emacs/vterm/packages.el
;;; tools/vterm/packages.el
(package! vterm :recipe (:fetcher github :repo "akermu/emacs-libvterm"))

View file

@ -1,4 +1,4 @@
#+TITLE: emacs/vterm
#+TITLE: tools/vterm
#+DATE: January 16, 2019
#+SINCE: {replace with next tagged release version}
#+STARTUP: inlineimages