summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-12-24 11:28:52 +0000
committerYann Herklotz <git@yannherklotz.com>2022-12-24 11:28:52 +0000
commit5237ab6d4d1cb973dabdc07761a41b0efd72c484 (patch)
treed82f694dc748eae1f95687ae547379cae1cf8eec
parentc24ddab7079c4de02eba8d4b86e452fe12473abb (diff)
downloadymh-emacs-5237ab6d4d1cb973dabdc07761a41b0efd72c484.tar.gz
ymh-emacs-5237ab6d4d1cb973dabdc07761a41b0efd72c484.zip
Remove puni package
-rw-r--r--init.el8
1 files changed, 0 insertions, 8 deletions
diff --git a/init.el b/init.el
index 6231c15..4bd6913 100644
--- a/init.el
+++ b/init.el
@@ -787,14 +787,6 @@ https://yannherklotz.com"))
"lsp_server:main" "-t" "halt" "--"
"stdio"))))
-(use-package puni
- :ensure t
- :defer t
- :init
- (puni-global-mode)
- (add-hook 'term-mode-hook #'puni-disable-puni-mode)
- (add-hook 'text-mode #'puni-disable-puni-mode))
-
(use-package elec-pair
:config
(electric-pair-mode 1))