remove yasnippet keys to get org key back; C-c &

This commit is contained in:
2022-04-16 12:51:15 +02:00
parent faf18c5b52
commit f3519a683e

View File

@@ -185,6 +185,10 @@ Possible PACKAGE values are `company'."
;; see also variable yas-snippet-dirs, the yasnippet-snippets
;; collection dir is added via require 'yasnippet-snipets
:config
(define-key yas-minor-mode-map (kbd "C-c & C-s") nil)
(define-key yas-minor-mode-map (kbd "C-c & C-n") nil)
(define-key yas-minor-mode-map (kbd "C-c & C-v") nil)
(define-key yas-minor-mode-map (kbd "C-c &") nil)
(setq yas-snippet-dirs (list (concat config-dir "snippets")))
;; global
;;(yas-global-mode 1)