Move :tools impatient-mode to new :collab category

This commit is contained in:
Henrik Lissner
2018-05-14 21:23:48 +02:00
parent bdf6fceb52
commit abb4d5a009
4 changed files with 7 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
;;; tools/impatient-mode/autoload.el -*- lexical-binding: t; -*-
;;; collab/impatient-mode/autoload.el -*- lexical-binding: t; -*-
;;;###autoload
(defun +impatient-mode/toggle ()

View File

@@ -1,4 +1,4 @@
;;; tools/impatient-mode/config.el -*- lexical-binding: t; -*-
;;; collab/impatient-mode/config.el -*- lexical-binding: t; -*-
;; Show off code as you write it

View File

@@ -1,5 +1,5 @@
;; -*- no-byte-compile: t; -*-
;;; tools/impatient-mode/packages.el
;;; collab/impatient-mode/packages.el
(package! htmlize)
(package! impatient-mode)