Add emacs yaml mode and small cleaning of dev module.
This commit is contained in:
parent
0dc5cf9245
commit
beb8869692
1 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
; -*- lexical-binding: t; -*-
|
||||
|
||||
;;; Code:
|
||||
|
||||
(use-package flycheck
|
||||
:config
|
||||
(add-hook 'after-init-hook #'global-flycheck-mode))
|
||||
|
@ -75,4 +77,8 @@
|
|||
:ensure t
|
||||
)
|
||||
|
||||
(use-package yaml-mode
|
||||
:ensure t)
|
||||
|
||||
(provide 'jg-dev)
|
||||
;;; jg-dev.el ends here
|
||||
|
|
Loading…
Reference in a new issue