mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
* eudc.texi: Unquote setopt option names
This commit is contained in:
parent
406509434d
commit
9a68ee440b
1 changed files with 5 additions and 5 deletions
|
|
@ -292,7 +292,7 @@ LDAP:
|
|||
(setopt eudc-server-hotlist
|
||||
'(("" . bbdb)
|
||||
("ldaps://ldap.gnu.org" . ldap)))
|
||||
(setopt 'ldap-host-parameters-alist
|
||||
(setopt ldap-host-parameters-alist
|
||||
'(("ldaps://ldap.gnu.org"
|
||||
base "ou=people,dc=gnu,dc=org"
|
||||
binddn "gnu\\emacsuser"
|
||||
|
|
@ -346,10 +346,10 @@ configure EUDC for LDAP:
|
|||
@lisp
|
||||
(with-eval-after-load "message"
|
||||
(define-key message-mode-map (kbd "TAB") 'eudc-expand-try-all))
|
||||
(setopt 'eudc-server-hotlist
|
||||
(setopt eudc-server-hotlist
|
||||
'(("" . bbdb)
|
||||
("ldaps://ldap.gnu.org" . ldap)))
|
||||
(setopt 'ldap-host-parameters-alist
|
||||
(setopt ldap-host-parameters-alist
|
||||
'(("ldaps://ldap.gnu.org"
|
||||
auth-source t)))
|
||||
@end lisp
|
||||
|
|
@ -376,9 +376,9 @@ and the @file{.emacs} expressions become:
|
|||
@lisp
|
||||
(with-eval-after-load "message"
|
||||
(define-key message-mode-map (kbd "TAB") 'eudc-expand-try-all))
|
||||
(setopt 'eudc-server-hotlist
|
||||
(setopt eudc-server-hotlist
|
||||
'(("" . bbdb) ("" . ldap)))
|
||||
(setopt 'ldap-host-parameters-alist
|
||||
(setopt ldap-host-parameters-alist
|
||||
'(("" auth-source t)))
|
||||
@end lisp
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue