diff --git a/init.el b/init.el index 59aeac3..433bb84 100644 --- a/init.el +++ b/init.el @@ -1938,7 +1938,7 @@ otherwise, call `bibtex-find-text'." ;; yaml (use-package yaml-ts-mode - :hook ((yaml-ts-mode . trusted-files-eglot-ensure-if-safe) + :hook (;; (yaml-ts-mode . trusted-files-eglot-ensure-if-safe) (yaml-ts-mode . my/-setup-yaml-ts-mode)) :init (add-to-list 'auto-mode-alist `("\\.clangd\\'" . yaml-ts-mode)) @@ -2438,7 +2438,8 @@ argument." :init (evil-define-key 'insert eat-semi-char-mode-map (kbd "") #'eat-self-input - (kbd "C-S-n") #'evil-normal-state) + (kbd "C-S-n") #'evil-normal-state + (kbd "C-y") #'eat-yank) :config ;; The below makes sure that the first time the ESC key is pressed, it does ;; what it is supposed to