Remove deprecated set! & def-setting! macros
This commit is contained in:
parent
9f249de569
commit
b56639e31b
17 changed files with 0 additions and 170 deletions
|
@ -40,12 +40,6 @@ default/fallback account."
|
|||
(setq-default mu4e-context-current context))
|
||||
context)))
|
||||
|
||||
;; FIXME obsolete :email
|
||||
;;;###autoload
|
||||
(def-setting! :email (label letvars &optional default-p)
|
||||
:obsolete set-email-account!
|
||||
`(set-email-acount! ,label ,letvars ,default-p))
|
||||
|
||||
|
||||
|
||||
(defvar +email-workspace-name "*mu4e*"
|
||||
|
|
|
@ -7,10 +7,3 @@
|
|||
See `circe-network-options' for details."
|
||||
(after! circe
|
||||
(push (cons server letvars) circe-network-options)))
|
||||
|
||||
;; FIXME obsolete :irc
|
||||
;;;###autoload
|
||||
(def-setting! :irc (server letvars)
|
||||
:obsolete set-irc-server!
|
||||
`(after! circe
|
||||
(push (cons ,server ,letvars) circe-network-options)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue