Add nameless-aliases

This commit is contained in:
contrapunctus 2021-06-05 00:25:20 +05:30
parent 4902fefa5c
commit 5b83ec6d81
1 changed files with 22 additions and 0 deletions

22
.dir-locals.el Normal file
View File

@ -0,0 +1,22 @@
;; `nameless-current-name' cannot be detected in Org mode buffers,
;; IIRC, and thus has to be defined explicitly. To make use of this,
;; install `nameless' and enable `nameless-mode' in Org mode buffers.
((nil . ((nameless-current-name . "jabber")
(nameless-aliases . (("jaa" . "jabber-autoaway")
("ja" . "jabber-avatar")
("jac" . "jabber-activity")
("jc" . "jabber-chat")
("jco" . "jabber-console")
("jcs" . "jabber-chatstates")
("je" . "jabber-events")
("jh" . "jabber-history")
("jk" . "jabber-keepalive")
("jm" . "jabber-muc")
("jml" . "jabber-mode-line")
("jr" . "jabber-roster")
("jp" . "jabber-private")
("jrt" . "jabber-rtt")
("js" . "jabber-socks5")
("jv" . "jabber-vcard")
("jw" . "jabber-whitespace")
("jx" . "jabber-xml"))))))