mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
rename vterm from :emacs to :tools
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
;;; emacs/vterm/autoload.el -*- lexical-binding: t; -*-
|
||||
;;; tools/vterm/autoload.el -*- lexical-binding: t; -*-
|
||||
|
||||
;;;###autoload
|
||||
(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
|
||||
: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")
|
||||
(warn! "Couldn't find libvterm library. Please install it on your system"))
|
@ -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"))
|
@ -1,4 +1,4 @@
|
||||
#+TITLE: emacs/vterm
|
||||
#+TITLE: tools/vterm
|
||||
#+DATE: January 16, 2019
|
||||
#+SINCE: {replace with next tagged release version}
|
||||
#+STARTUP: inlineimages
|
Reference in New Issue
Block a user