mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
7 lines
156 B
EmacsLisp
7 lines
156 B
EmacsLisp
;;; collab/impatient-mode/config.el -*- lexical-binding: t; -*-
|
|
|
|
;; Show off code as you write it
|
|
|
|
(def-package! impatient-mode
|
|
:commands impatient-mode)
|