dev: merging main into personal branch
This commit is contained in:
commit
71ff315a06
4 changed files with 6 additions and 5 deletions
|
@ -74,7 +74,7 @@ Advanced examples:
|
|||
\"elm-format --yes --stdin\")"
|
||||
(declare (indent defun))
|
||||
(cl-check-type name symbol)
|
||||
(after! apheleia-core
|
||||
(after! apheleia
|
||||
(if (null args)
|
||||
(progn
|
||||
(setq apheleia-formatters
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; editor/format/packages.el
|
||||
|
||||
(package! apheleia :pin "c222927f7086d407dad01b2609ff68768e9adddb")
|
||||
(package! apheleia :pin "56651724ad22f2769bbdaccf54cbe75c1cb35c91")
|
||||
|
|
|
@ -511,8 +511,9 @@ All my (performant) foldings needs are met between this and `org-show-subtree'
|
|||
(let ((buf (current-buffer)))
|
||||
(unless (doom-temp-buffer-p buf)
|
||||
(run-at-time 0.1 nil (lambda ()
|
||||
(when (buffer-live-p buf)
|
||||
(with-current-buffer buf
|
||||
(org-reveal '(4)))))))))
|
||||
(org-reveal '(4))))))))))
|
||||
|
||||
;;;###autoload
|
||||
(defun +org-remove-occur-highlights-h ()
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
;;; tools/tree-sitter/packages.el
|
||||
|
||||
(package! tree-sitter :pin "3cfab8a0e945db9b3df84437f27945746a43cc71")
|
||||
(package! tree-sitter-langs :pin "3a3ad0527d5f8c7768678878eb5cfe399bedf703")
|
||||
(package! tree-sitter-langs :pin "5eb24557f542d5fa18e7baaf07969cf7f297bfcd")
|
||||
(package! tree-sitter-indent :pin "4ef246db3e4ff99f672fe5e4b416c890f885c09e")
|
||||
|
||||
(when (modulep! :editor evil +everywhere)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue