diff options
| author | Ravi R Kiran <aine.marina@gmail.com> | 2014-03-10 04:11:17 (GMT) |
|---|---|---|
| committer | Ravikiran Rajagopal <aine.marina@gmail.com> | 2014-03-10 04:11:17 (GMT) |
| commit | b721f4b5763881fc6b8cd2fd3aa4209539cc54df (patch) | |
| tree | e369fc0fb203a336dcc1de806ce68cf769a69184 | |
| parent | 373b26c7ea19f8d459baf048e657a80d4cad417c (diff) | |
| download | dotemacs-b721f4b5763881fc6b8cd2fd3aa4209539cc54df.zip dotemacs-b721f4b5763881fc6b8cd2fd3aa4209539cc54df.tar.gz dotemacs-b721f4b5763881fc6b8cd2fd3aa4209539cc54df.tar.bz2 | |
Emacsclient as kmail editor
| -rw-r--r-- | ravi-init-files.el | 5 |
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 |
