Disabled global-whitespace-mode as it makes string quoted in double quote highlighted in fundamental-mode.
https://emacs.stackexchange.com/questions/61770/whitespace-style-face-activats-highlighting-of-quoted-string-in-fundamental-mo
Old good show-trailing-whitespace is used until global-whitespace-mode is fixed.
;; -*- 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")
;; ))