summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2023-01-21 12:53:51 -0600
committerCase Duckworth2023-01-21 12:53:51 -0600
commitdd093436c06d315229924733ae1f92ad257ac6c7 (patch)
tree90f2aa6638fdbf570e7ec0285872fa00819dc542
parentConfigure Info (diff)
downloademacs-dd093436c06d315229924733ae1f92ad257ac6c7.tar.gz
emacs-dd093436c06d315229924733ae1f92ad257ac6c7.zip
Configure (commented for now) jabber nick colors
Still need to mess with the values.
-rw-r--r--init.el8
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)