|
1030 | 1030 | * Internet |
1031 | 1031 | ** Jabber |
1032 | 1032 | #+BEGIN_SRC emacs-lisp |
1033 | | - (use-package jabber |
1034 | | - :defer t |
1035 | | - :config |
1036 | | - (setq jabber-history-enabled t |
1037 | | - jabber-use-global-history nil |
1038 | | - fsm-debug nil) |
1039 | | - :custom |
1040 | | - (jabber-auto-reconnect t) |
1041 | | - (jabber-chat-buffer-format "*-jc-%n-*") |
1042 | | - (jabber-groupchat-buffer-format "*-jg-%n-*") |
1043 | | - (jabber-chat-foreign-prompt-format "▼ [%t] %n> ") |
1044 | | - (jabber-chat-local-prompt-format "▲ [%t] %n> ") |
1045 | | - (jabber-muc-colorize-foreign t) |
1046 | | - (jabber-muc-private-buffer-format "*-jmuc-priv-%g-%n-*") |
1047 | | - (jabber-rare-time-format "%e %b %Y %H:00") |
1048 | | - (jabber-resource-line-format " %r - %s [%p]") |
1049 | | - (jabber-roster-buffer "*-jroster-*") |
1050 | | - (jabber-roster-line-format "%c %-17n") |
1051 | | - (jabber-roster-show-bindings nil) |
1052 | | - (jabber-roster-show-title nil) |
1053 | | - (jabber-roster-sort-functions (quote (jabber-roster-sort-by-status jabber-roster-sort-by-displayname jabber-roster-sort-by-group))) |
1054 | | - (jabber-show-offline-contacts nil) |
1055 | | - (jabber-show-resources nil)) |
1056 | | - |
1057 | | - (use-package jabber-otr |
1058 | | - :ensure t |
1059 | | - :defer t) |
| 1033 | + ;; (use-package jabber |
| 1034 | + ;; :defer t |
| 1035 | + ;; :config |
| 1036 | + ;; (setq jabber-history-enabled t |
| 1037 | + ;; jabber-use-global-history nil |
| 1038 | + ;; fsm-debug nil) |
| 1039 | + ;; :custom |
| 1040 | + ;; (jabber-auto-reconnect t) |
| 1041 | + ;; (jabber-chat-buffer-format "*-jc-%n-*") |
| 1042 | + ;; (jabber-groupchat-buffer-format "*-jg-%n-*") |
| 1043 | + ;; (jabber-chat-foreign-prompt-format "▼ [%t] %n> ") |
| 1044 | + ;; (jabber-chat-local-prompt-format "▲ [%t] %n> ") |
| 1045 | + ;; (jabber-muc-colorize-foreign t) |
| 1046 | + ;; (jabber-muc-private-buffer-format "*-jmuc-priv-%g-%n-*") |
| 1047 | + ;; (jabber-rare-time-format "%e %b %Y %H:00") |
| 1048 | + ;; (jabber-resource-line-format " %r - %s [%p]") |
| 1049 | + ;; (jabber-roster-buffer "*-jroster-*") |
| 1050 | + ;; (jabber-roster-line-format "%c %-17n") |
| 1051 | + ;; (jabber-roster-show-bindings nil) |
| 1052 | + ;; (jabber-roster-show-title nil) |
| 1053 | + ;; (jabber-roster-sort-functions (quote (jabber-roster-sort-by-status jabber-roster-sort-by-displayname jabber-roster-sort-by-group))) |
| 1054 | + ;; (jabber-show-offline-contacts nil) |
| 1055 | + ;; (jabber-show-resources nil)) |
| 1056 | + |
| 1057 | + ;; (use-package jabber-otr |
| 1058 | + ;; :ensure t |
| 1059 | + ;; :defer t) |
1060 | 1060 |
|
1061 | 1061 | ;; (use-package secrets-jabber |
1062 | 1062 | ;; :defer t |
1063 | 1063 | ;; :load t |
1064 | 1064 | ;; :after jabber) |
1065 | 1065 |
|
1066 | | - (use-package point-im |
1067 | | - :defer t |
1068 | | - :defines point-im-reply-id-add-plus |
1069 | | - :after jabber |
1070 | | - :quelpa |
1071 | | - (point-im :repo "a13/point-im.el" :fetcher github :version original) |
1072 | | - :custom |
1073 | | - (point-im-reply-id-add-plus nil) |
1074 | | - :hook |
1075 | | - (jabber-chat-mode . point-im-mode)) |
| 1066 | + ;; (use-package point-im |
| 1067 | + ;; :defer t |
| 1068 | + ;; :defines point-im-reply-id-add-plus |
| 1069 | + ;; :after jabber |
| 1070 | + ;; :quelpa |
| 1071 | + ;; (point-im :repo "a13/point-im.el" :fetcher github :version original) |
| 1072 | + ;; :custom |
| 1073 | + ;; (point-im-reply-id-add-plus nil) |
| 1074 | + ;; :hook |
| 1075 | + ;; (jabber-chat-mode . point-im-mode)) |
1076 | 1076 |
|
1077 | 1077 | #+END_SRC |
1078 | 1078 |
|
|
0 commit comments