aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2022-03-06 00:09:04 +0800
committerGuangxiong Lin <[email protected]>2022-03-06 00:09:04 +0800
commit38275d0369765f77cfb2905c6abaa017f69d2cac (patch)
tree7ceec140086ed9590923b8f6d70a7152819ed2a7 /.emacs.d
parent4198a6421c185e87d72a8d839b19e7984f48a23a (diff)
downloaddotfiles-38275d0369765f77cfb2905c6abaa017f69d2cac.tar.gz
dotfiles-38275d0369765f77cfb2905c6abaa017f69d2cac.tar.bz2
dotfiles-38275d0369765f77cfb2905c6abaa017f69d2cac.zip
Add package esup (emacs)
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/lisp/init-misc.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/.emacs.d/lisp/init-misc.el b/.emacs.d/lisp/init-misc.el
index 5f5647b..5f3a976 100644
--- a/.emacs.d/lisp/init-misc.el
+++ b/.emacs.d/lisp/init-misc.el
@@ -114,4 +114,9 @@
(use-package rg
:ensure t)
+(use-package esup
+ :ensure t
+ :defer t
+ :commands (esup))
+
(provide 'init-misc)