aboutsummaryrefslogtreecommitdiffstats
path: root/oni-csharp
diff options
context:
space:
mode:
Diffstat (limited to 'oni-csharp')
-rw-r--r--oni-csharp/oni-csharp.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/oni-csharp/oni-csharp.el b/oni-csharp/oni-csharp.el
index 13bc1cc..de33eb6 100644
--- a/oni-csharp/oni-csharp.el
+++ b/oni-csharp/oni-csharp.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2020.1210.205218
+;; Version: 2020.1212.221001
;; Package-Requires: (csharp-mode oni-company oni-flycheck oni-yasnippet oni-hydra oni-fci oni-lsp smartparens)
;; This program is free software; you can redistribute it and/or modify
@@ -159,8 +159,8 @@ _cs_: Solution
(define-key csharp-mode-map (kbd "C-c SPC") 'oni-csharp-hydra/body)
-(define-abbrev csharp-mode-abbrev-table "and" "&&")
-(define-abbrev csharp-mode-abbrev-table "or" "||")
+(define-abbrev csharp-mode-abbrev-table "and" "&&" nil :system t)
+(define-abbrev csharp-mode-abbrev-table "or" "||" nil :system t)
;;;###autoload
(add-to-list 'auto-mode-alist '("\\.xaml\\'" . nxml-mode))