aboutsummaryrefslogtreecommitdiffstats
path: root/oni-c.el
diff options
context:
space:
mode:
Diffstat (limited to 'oni-c.el')
-rw-r--r--oni-c.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/oni-c.el b/oni-c.el
index 24be34e..33b4ab6 100644
--- a/oni-c.el
+++ b/oni-c.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2020.1212.220101
+;; Version: 2020.1212.220909
;; Package-Requires: (oni-flycheck oni-fci oni-lsp reformatter)
;; This program is free software; you can redistribute it and/or modify
@@ -52,8 +52,8 @@
'display-fill-column-indicator-mode
'fci-mode))
-(define-abbrev c-mode-abbrev-table "and" "&&")
-(define-abbrev c-mode-abbrev-table "or" "||")
+(define-abbrev c-mode-abbrev-table "and" "&&" nil :system t)
+(define-abbrev c-mode-abbrev-table "or" "||" nil :system t)
;;;###autoload(with-eval-after-load 'cc-mode (require 'oni-c))