.emacs-post
author Oleksandr Gavenko <gavenkoa@gmail.com>
Thu, 27 Oct 2022 14:18:09 +0300
changeset 1758 f02cdc92b560
parent 1688 0bab53c47567
permissions -rw-r--r--
Fixed: on selection the text is copied, so it is impossible to replace the text with what is in clipboard as the content of clipboard is already replaced by old text. https://emacs.stackexchange.com/questions/74298/setq-select-enable-primary-t-breaks-copy-paste-in-emacs-28

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