Update config in ansible playbook

This commit is contained in:
exu 2024-10-11 09:53:10 +02:00
parent 1c5fcf5552
commit 93d0e11a10
2 changed files with 13 additions and 9 deletions

View File

@ -65,14 +65,15 @@
;;(require 'magit-gitflow) ;;(require 'magit-gitflow)
;;(add-hook 'magit-mode-hook 'turn-on-magit-gitflow) ;;(add-hook 'magit-mode-hook 'turn-on-magit-gitflow)
(setq hl-todo-keyword-faces (after! hl-todo
(setq hl-todo-keyword-faces
'(("TODO" . "#EACD4B") '(("TODO" . "#EACD4B")
("FIXME" . "#F43633") ("FIXME" . "#F43633")
("NOTE" . "#8ED34E") ("NOTE" . "#8ED34E")
("DEPRECATED" . "#7F7F7F") ("DEPRECATED" . "#7F7F7F")
("HACK" . "#7D5587") ("HACK" . "#7D5587")
("REVIEW" . "#3DADC6") ("REVIEW" . "#3DADC6")
("OHGODTHEHORROR" . "#FC7702"))) ("OHGODTHEHORROR" . "#FC7702"))))
;; Less delay for company to show up ;; Less delay for company to show up
(setq company-idle-delay 0) (setq company-idle-delay 0)
@ -131,3 +132,6 @@
"k" 'comment-or-uncomment-region "k" 'comment-or-uncomment-region
:desc "Sort lines" :desc "Sort lines"
"s" 'sort-lines)) "s" 'sort-lines))
(after! yaml-mode
(setq yaml-indent 2))

View File

@ -173,7 +173,7 @@
;;swift ; who asked for emoji variables? ;;swift ; who asked for emoji variables?
;;terra ; Earth and Moon in alignment for performance. ;;terra ; Earth and Moon in alignment for performance.
(web +lsp) ; the tubes (web +lsp) ; the tubes
yaml ; JSON, but readable (yaml +lsp) ; JSON, but readable
;;zig ; C, but simpler ;;zig ; C, but simpler
:email :email