YAML mode and playbook setup
This commit is contained in:
parent
7081cbef4c
commit
980e64d3b2
2 changed files with 10 additions and 1 deletions
|
@ -64,7 +64,7 @@
|
||||||
("melpa" . "https://melpa.org/packages/")
|
("melpa" . "https://melpa.org/packages/")
|
||||||
("org" . "https://orgmode.org/elpa/")))
|
("org" . "https://orgmode.org/elpa/")))
|
||||||
'(package-selected-packages
|
'(package-selected-packages
|
||||||
'(evil-lispy treemacs-magit treemacs-evil treemacs lsp-pyright lsp-ui rustic flycheck origami groovy-mode avy editorconfig org-crypt tree-sitter-langs tree-sitter centaur-tabs dashboard page-break-lines wakatime-mode super-save ox-pandoc evil-surround evil-collection undo-tree toc-org evil-org org-plus-contrib evil-goggles evil-expat evil-commentary auto-package-update lispy smartparens which-key git-gutter rainbow-delimiters auto-complete-distel auto-complete evil magit evil-magit))
|
'(yaml-mode evil-lispy treemacs-magit treemacs-evil treemacs lsp-pyright lsp-ui rustic flycheck origami groovy-mode avy editorconfig org-crypt tree-sitter-langs tree-sitter centaur-tabs dashboard page-break-lines wakatime-mode super-save ox-pandoc evil-surround evil-collection undo-tree toc-org evil-org org-plus-contrib evil-goggles evil-expat evil-commentary auto-package-update lispy smartparens which-key git-gutter rainbow-delimiters auto-complete-distel auto-complete evil magit evil-magit))
|
||||||
'(ring-bell-function 'ignore)
|
'(ring-bell-function 'ignore)
|
||||||
'(undo-tree-auto-save-history t)
|
'(undo-tree-auto-save-history t)
|
||||||
'(undo-tree-history-directory-alist '(("." . "~/.undohist-emacs")))
|
'(undo-tree-history-directory-alist '(("." . "~/.undohist-emacs")))
|
||||||
|
@ -223,6 +223,9 @@
|
||||||
;; Groovy-mode
|
;; Groovy-mode
|
||||||
(use-package groovy-mode)
|
(use-package groovy-mode)
|
||||||
|
|
||||||
|
;; YAML mode
|
||||||
|
(use-package yaml-mode)
|
||||||
|
|
||||||
;; Origamimode
|
;; Origamimode
|
||||||
(use-package origami
|
(use-package origami
|
||||||
:ensure evil
|
:ensure evil
|
||||||
|
|
|
@ -11,3 +11,9 @@
|
||||||
state: link
|
state: link
|
||||||
force: yes
|
force: yes
|
||||||
|
|
||||||
|
- name: Symlink custom directory
|
||||||
|
file:
|
||||||
|
src: ~/.dotfiles/emacs/custom
|
||||||
|
dest: ~/.emacs.d/custom
|
||||||
|
state: link
|
||||||
|
force: yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue