Adding documentation and formatters
This commit is contained in:
parent
96ecdb6cf2
commit
b51776f0d2
2 changed files with 38 additions and 36 deletions
2
init.el
2
init.el
|
@ -171,7 +171,6 @@
|
|||
(use-package consult
|
||||
:after selectrum)
|
||||
|
||||
;; Enable richer annotations using the Marginalia package
|
||||
(use-package marginalia
|
||||
:bind (:map minibuffer-local-map
|
||||
("C-M-a" . marginalia-cycle)
|
||||
|
@ -200,6 +199,7 @@
|
|||
(use-package format-all
|
||||
:config
|
||||
(format-all-mode +1)
|
||||
(setq format-all-formatters '("Emacs Lisp" emacs-lisp))
|
||||
:defer 1)
|
||||
|
||||
(defun chris/org-mode-setup ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue