* init.el: Delete old hack; now we have erc-switch-to-buffer-other-window
[~bandali/configs] / var / abbrev.el
1 ;;-*-coding: utf-8;-*-
2 (define-abbrev-table 'message-mode-abbrev-table
3 '(
4 ("linux" "GNU/Linux" nil :count 4)
5 ))