summaryrefslogtreecommitdiffstats
path: root/ravi-init-files.el
diff options
context:
space:
mode:
Diffstat (limited to 'ravi-init-files.el')
-rw-r--r--ravi-init-files.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/ravi-init-files.el b/ravi-init-files.el
index 8695c71..4410d3d 100644
--- a/ravi-init-files.el
+++ b/ravi-init-files.el
@@ -130,5 +130,10 @@ not exist, it is not added to the filecache."
:ensure t
)
+;; Use emacsclient as external editor for kmail
+(add-to-list 'auto-mode-alist
+ (cons (concat temporary-file-directory ".*/kmail[[:alnum:]]*.tmp\\'") 'message-mode))
+(setq gnus-message-highlight-citation t)
+
(provide 'ravi-init-files)
;;; ravi-init-files.el ends here