.emacs-post
author Oleksandr Gavenko <gavenkoa@gmail.com>
Wed, 18 May 2016 14:05:30 +0300
changeset 1396 33de58ab0d11
parent 1185 fe95fd8f763b
child 1398 aa56dcca6431
permissions -rw-r--r--
Activate Cygwin for native Windows Emacs if available.

;; -*- mode: emacs-lisp; coding: utf-8; fill-column: 78 -*-
;;
;; For load order see README.

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;; (when (featurep 'jabber)
;;   (setq jabber-account-list
;;         '(
;;           ("gavenko@services.bifit.int"
;;            (:port . 5222)
;;            (:password . "")
;;            ;; (:network-server . "talk.google.com")
;;            (:connection-type . network))
;;           ("gavenkoa@gmail.com"
;;            ;; (:port . 5222)
;;            (:password . "")
;;            (:network-server . "talk.google.com")
;;            (:connection-type . ssl))
;;           )
;;         )
;;   (jabber-connect-all)
;;   )

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;; (setq etags-table-alist
;;       (list
;;        '(".*\\.\\([ch]\\|cpp\\|rc\\)" "c:/Program Files/Microsoft SDKs/Windows/v6.1/Include/TAGS")
;;        ))

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;; (setq smtpmail-smtp-server "192.168.0.xxx")
;; (setq smtpmail-smtp-service "25")
;; (setq send-mail-function 'smtpmail-send-it)
;; (setq message-send-mail-function 'smtpmail-send-it)