Delete paredit and parinfer config
This commit is contained in:
parent
dcba1ffcfa
commit
f330a4bae7
1 changed files with 0 additions and 16 deletions
|
|
@ -539,22 +539,6 @@
|
|||
:defer t
|
||||
:after org)
|
||||
|
||||
(use-package parinfer-rust-mode
|
||||
:disabled t
|
||||
:hook (lisp-mode emacs-lisp-mode clojure-mode)
|
||||
:init
|
||||
;; https://github.com/justinbarclay/parinfer-rust-mode/issues/43#issuecomment-1054303553
|
||||
(setq parinfer-rust-auto-download t))
|
||||
|
||||
(use-package paredit
|
||||
:disabled t
|
||||
:hook ((lisp-mode emacs-lisp-mode clojure-mode) . paredit-mode)
|
||||
:config
|
||||
;; https://stackoverflow.com/a/60672602
|
||||
(paredit-do-commands (spec keys _fn _examples) nil
|
||||
(dolist (key keys)
|
||||
(define-key paredit-mode-map (read-kbd-macro key) nil))))
|
||||
|
||||
(use-package pulsar
|
||||
:config
|
||||
(pulsar-global-mode 1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue