Remove deprecated set! & def-setting! macros

This commit is contained in:
Henrik Lissner 2019-01-05 17:48:46 -05:00
parent 9f249de569
commit b56639e31b
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
17 changed files with 0 additions and 170 deletions

View file

@ -8,9 +8,3 @@ can have its own snippets category, if the folder exists."
(let ((fn (intern (format "+snippets|register-%s" mode))))
(fset fn (lambda () (yas-activate-extra-mode mode)))
(add-hook (intern (format "%s-hook" mode)) fn))))
;; FIXME obsolete :yas-minor-mode
;;;###autoload
(def-setting! :yas-minor-mode (mode)
:obsolete set-yas-minor-mode!
`(set-yas-minor-mode! ,mode))