darkroom, relint
This commit is contained in:
parent
6d008b8b29
commit
526f6decdd
@ -506,6 +506,8 @@ See https://emacs.stackexchange.com/questions/2538/how-to-define-additional-mode
|
||||
"SPC" (general-key-dispatch 'self-insert-command
|
||||
:timeout 0.1
|
||||
"`" 'insert-zws)))
|
||||
(use-package darkroom
|
||||
:hook (org-mode . darkroom-tentative-mode))
|
||||
(use-package org-tempo
|
||||
:straight (:type built-in)
|
||||
:after org
|
||||
@ -627,6 +629,7 @@ Return nil if DIR is not in a hugo project at all."
|
||||
;; Better lisp highlighting?
|
||||
(use-package highlight-defined
|
||||
:hook (emacs-lisp-mode . highlight-defined-mode))
|
||||
(use-package relint)
|
||||
|
||||
;; Shell linting?
|
||||
(use-package flymake
|
||||
|
Loading…
Reference in New Issue
Block a user