Add missing requires to use-package macros
Some checks are pending
/ Test config on ${{matrix.node}} (20) (push) Waiting to run
Some checks are pending
/ Test config on ${{matrix.node}} (20) (push) Waiting to run
This commit is contained in:
parent
a82e24839c
commit
9f73e90317
19 changed files with 67 additions and 65 deletions
|
|
@ -63,7 +63,7 @@
|
|||
|
||||
;; Ensure indentation in steps:
|
||||
(defun set-indent (step)
|
||||
"Set indentation to X STEPs."
|
||||
"Set indentation to STEP."
|
||||
(interactive "NNumber of columns for one step: ")
|
||||
(setq-local tab-width step)
|
||||
(setq-local tab-stop-list (number-sequence step 200 step)))
|
||||
|
|
@ -79,6 +79,5 @@
|
|||
;; Formatter for many files
|
||||
(use-package apheleia :straight t :defer t)
|
||||
|
||||
|
||||
(provide '+custom-pkg-prog-mode)
|
||||
;;; prog-mode ends here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue