Skip to content

Instantly share code, notes, and snippets.

@SimonBoulier
Created February 16, 2016 08:17
Show Gist options
  • Save SimonBoulier/e3ecac6617fb4d4a1a71 to your computer and use it in GitHub Desktop.
Save SimonBoulier/e3ecac6617fb4d4a1a71 to your computer and use it in GitHub Desktop.
;;-*-coding: utf-8;-*-
(define-abbrev-table 'Buffer-menu-mode-abbrev-table '())
(define-abbrev-table 'Custom-mode-abbrev-table '())
(define-abbrev-table 'Info-edit-mode-abbrev-table '())
(define-abbrev-table 'completion-list-mode-abbrev-table '())
(define-abbrev-table 'coq-goals-mode-abbrev-table '())
(define-abbrev-table 'coq-mode-abbrev-table
'(
))
(define-abbrev-table 'coq-response-mode-abbrev-table '())
(define-abbrev-table 'coq-shell-mode-abbrev-table '())
(define-abbrev-table 'edit-abbrevs-mode-abbrev-table '())
(define-abbrev-table 'emacs-lisp-byte-code-mode-abbrev-table '())
(define-abbrev-table 'emacs-lisp-mode-abbrev-table '())
(define-abbrev-table 'fundamental-mode-abbrev-table '())
(define-abbrev-table 'global-abbrev-table '())
(define-abbrev-table 'lisp-mode-abbrev-table '())
(define-abbrev-table 'messages-buffer-mode-abbrev-table '())
(define-abbrev-table 'occur-edit-mode-abbrev-table '())
(define-abbrev-table 'occur-mode-abbrev-table '())
(define-abbrev-table 'package-menu-mode-abbrev-table '())
(define-abbrev-table 'process-menu-mode-abbrev-table '())
(define-abbrev-table 'prog-mode-abbrev-table '())
(define-abbrev-table 'proof-goals-mode-abbrev-table '())
(define-abbrev-table 'proof-mode-abbrev-table '())
(define-abbrev-table 'proof-response-mode-abbrev-table '())
(define-abbrev-table 'proof-shell-mode-abbrev-table '())
(define-abbrev-table 'proof-splash-mode-abbrev-table '())
(define-abbrev-table 'proof-universal-keys-only-mode-abbrev-table '())
(define-abbrev-table 'scomint-mode-abbrev-table '())
(define-abbrev-table 'special-mode-abbrev-table '())
(define-abbrev-table 'tabulated-list-mode-abbrev-table '())
(define-abbrev-table 'text-mode-abbrev-table '())
(define-abbrev-table 'vc-git-log-edit-mode-abbrev-table '())
(define-abbrev-table 'vc-git-log-view-mode-abbrev-table '())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment