rename vterm from :emacs to :tools
This commit is contained in:
parent
1e864df8cd
commit
d6496fc168
6 changed files with 6 additions and 6 deletions
|
@ -60,7 +60,6 @@
|
||||||
hideshow ; basic code-folding support
|
hideshow ; basic code-folding support
|
||||||
imenu ; an imenu sidebar and searchable code index
|
imenu ; an imenu sidebar and searchable code index
|
||||||
;;term ; terminals in Emacs
|
;;term ; terminals in Emacs
|
||||||
;;vterm ; another terminals in Emacs
|
|
||||||
vc ; version-control and Emacs, sitting in a tree
|
vc ; version-control and Emacs, sitting in a tree
|
||||||
|
|
||||||
:tools
|
:tools
|
||||||
|
@ -80,6 +79,7 @@
|
||||||
;;tmux ; an API for interacting with tmux
|
;;tmux ; an API for interacting with tmux
|
||||||
;;upload ; map local to remote projects via ssh/ftp
|
;;upload ; map local to remote projects via ssh/ftp
|
||||||
;;wakatime
|
;;wakatime
|
||||||
|
;;vterm ; another terminals in Emacs
|
||||||
|
|
||||||
:lang
|
:lang
|
||||||
;;assembly ; assembly for fun or debugging
|
;;assembly ; assembly for fun or debugging
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
;;; emacs/vterm/autoload.el -*- lexical-binding: t; -*-
|
;;; tools/vterm/autoload.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun +vterm/open (arg)
|
(defun +vterm/open (arg)
|
|
@ -1,4 +1,4 @@
|
||||||
;;; emacs/vterm/config.el -*- lexical-binding: t; -*-
|
;;; tools/vterm/config.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
(def-package! vterm
|
(def-package! vterm
|
||||||
:load-path (lambda () (list (concat doom-packages-dir "/quelpa/build/vterm")))
|
:load-path (lambda () (list (concat doom-packages-dir "/quelpa/build/vterm")))
|
|
@ -1,4 +1,4 @@
|
||||||
;;; emacs/vterm/doctor.el -*- lexical-binding: t; -*-
|
;;; tools/vterm/doctor.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
(unless (executable-find "vterm-ctrl")
|
(unless (executable-find "vterm-ctrl")
|
||||||
(warn! "Couldn't find libvterm library. Please install it on your system"))
|
(warn! "Couldn't find libvterm library. Please install it on your system"))
|
|
@ -1,4 +1,4 @@
|
||||||
;; -*- no-byte-compile: t; -*-
|
;; -*- no-byte-compile: t; -*-
|
||||||
;;; emacs/vterm/packages.el
|
;;; tools/vterm/packages.el
|
||||||
|
|
||||||
(package! vterm :recipe (:fetcher github :repo "akermu/emacs-libvterm"))
|
(package! vterm :recipe (:fetcher github :repo "akermu/emacs-libvterm"))
|
|
@ -1,4 +1,4 @@
|
||||||
#+TITLE: emacs/vterm
|
#+TITLE: tools/vterm
|
||||||
#+DATE: January 16, 2019
|
#+DATE: January 16, 2019
|
||||||
#+SINCE: {replace with next tagged release version}
|
#+SINCE: {replace with next tagged release version}
|
||||||
#+STARTUP: inlineimages
|
#+STARTUP: inlineimages
|
Loading…
Add table
Add a link
Reference in a new issue