.emacs-post
author Oleksandr Gavenko <gavenkoa@gmail.com>
Tue, 20 Sep 2022 00:16:01 +0300
changeset 1759 1bbd7898cc9b
parent 1688 0bab53c47567
permissions -rw-r--r--
Ported Makefile to MSYS2: Emacs is native here and cannot deal with MSYS2-style paths.

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

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

;; (when (featurep 'jabber)
;;   (setq jabber-account-list
;;         '(
;;           ("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")
;;        ))