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
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
4 changed files with 7 additions and 5 deletions

View file

@ -37,6 +37,7 @@
evil-goggles ; display visual hints when editing in evil evil-goggles ; display visual hints when editing in evil
hl-todo ; highlight TODO/FIXME/NOTE tags hl-todo ; highlight TODO/FIXME/NOTE tags
nav-flash ; blink the current line after jumping nav-flash ; blink the current line after jumping
neotree ; a project drawer, like NERDTree for vim
;tabbar ; FIXME an (incomplete) tab bar for Emacs ;tabbar ; FIXME an (incomplete) tab bar for Emacs
;unicode ; extended unicode support for various languages ;unicode ; extended unicode support for various languages
vi-tilde-fringe ; fringe tildes to mark beyond EOB vi-tilde-fringe ; fringe tildes to mark beyond EOB
@ -50,11 +51,9 @@
eshell ; a consistent, cross-platform shell (WIP) eshell ; a consistent, cross-platform shell (WIP)
gist ; interacting with github gists gist ; interacting with github gists
imenu ; an imenu sidebar and searchable code index imenu ; an imenu sidebar and searchable code index
impatient-mode ; show off code over HTTP
;macos ; MacOS-specific commands ;macos ; MacOS-specific commands
make ; run make tasks from Emacs make ; run make tasks from Emacs
;magit ; ;magit ;
neotree ; a project drawer, like NERDTree for vim
password-store ; password manager for nerds password-store ; password manager for nerds
pdf ; pdf enhancements pdf ; pdf enhancements
;rgb ; creating color strings ;rgb ; creating color strings
@ -121,6 +120,9 @@
; +wordnut ; wordnet (wn) search ; +wordnut ; wordnet (wn) search
; +langtool) ; a proofreader (grammar/style check) for Emacs ; +langtool) ; a proofreader (grammar/style check) for Emacs
:collab
;impatient-mode ; show off code over HTTP
:config :config
;; The default module set reasonable defaults for Emacs. It also provides ;; The default module set reasonable defaults for Emacs. It also provides
;; a Spacemacs-inspired keybinding scheme, a custom yasnippet library, ;; a Spacemacs-inspired keybinding scheme, a custom yasnippet library,

View file

@ -1,4 +1,4 @@
;;; tools/impatient-mode/autoload.el -*- lexical-binding: t; -*- ;;; collab/impatient-mode/autoload.el -*- lexical-binding: t; -*-
;;;###autoload ;;;###autoload
(defun +impatient-mode/toggle () (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 ;; Show off code as you write it

View file

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