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

@ -14,12 +14,6 @@
(defmacro set-env! (&rest _vars)
"Inject VARS from your shell environment into Emacs.")
;; FIXME obsolete :env
(def-setting! :env (&rest vars)
:obsolete set-env!
(when (featurep 'exec-path-from-shell)
`(exec-path-from-shell-copy-envs ,@vars)))
(cond (IS-MAC
(setq mac-command-modifier 'meta
mac-option-modifier 'alt