diff options
-rw-r--r-- | init.el | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/init.el b/init.el index edc63ab..95f3687 100644 --- a/init.el +++ b/init.el | |||
@@ -373,6 +373,14 @@ With prefix ARG, toggle the value of | |||
373 | jabber-chat-local-prompt-format (format "%%>%dn | " jabber-prefix-width) | 373 | jabber-chat-local-prompt-format (format "%%>%dn | " jabber-prefix-width) |
374 | jabber-chat-foreign-prompt-format (format "%%>%dn | " jabber-prefix-width) | 374 | jabber-chat-foreign-prompt-format (format "%%>%dn | " jabber-prefix-width) |
375 | jabber-muc-private-foreign-prompt-format "\n%g/%n | ") | 375 | jabber-muc-private-foreign-prompt-format "\n%g/%n | ") |
376 | ;; jabber muc nick coloring | ||
377 | ;; wgreenhous | I found 1.5 ok for saturation and 2.0 for value (modus) | ||
378 | ;; (setopt jabber-muc-nick-value 1.0 | ||
379 | ;; jabber-muc-nick-saturation 1.0 | ||
380 | ;; jabber-muc-colorize-local t | ||
381 | ;; jabber-muc-colorize-foreign t) | ||
382 | ;; When changing the above values, make sure to | ||
383 | ;; (setq jabber-muc-participant-colors nil) | ||
376 | (add-hook 'jabber-chat-mode-hook #'jabber-ui-setup) | 384 | (add-hook 'jabber-chat-mode-hook #'jabber-ui-setup) |
377 | (keymap-global-set "C-x C-j" #'dired-jump) ; Extremely annoying fix | 385 | (keymap-global-set "C-x C-j" #'dired-jump) ; Extremely annoying fix |
378 | (require 'jabber-httpupload nil t) | 386 | (require 'jabber-httpupload nil t) |