.emacs-post
author Oleksandr Gavenko <gavenkoa@gmail.com>
Thu, 19 Jul 2018 15:06:02 +0300
changeset 1566 0e7f4d5153d1
parent 1399 b3d77cc49d66
child 1676 2952c3c11261
permissions -rw-r--r--
Fixed (ucs-names) API change in Emacs v26. https://emacs.stackexchange.com/questions/43685/ucs-names-in-emacs-26-is-not-working-for-euro-sign

;; -*- 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")
;;        ))