emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/go-mode ec6fef4 066/495: Define a customization group for


From: ELPA Syncer
Subject: [nongnu] elpa/go-mode ec6fef4 066/495: Define a customization group for go-mode
Date: Sat, 7 Aug 2021 09:04:45 -0400 (EDT)

branch: elpa/go-mode
commit ec6fef4a250ec233ad468689013c0e6ebf7fe314
Author: Dominik Honnef <dominikh@fork-bomb.org>
Commit: Dominik Honnef <dominikh@fork-bomb.org>

    Define a customization group for go-mode
    
    Closes gh-17
---
 go-mode.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/go-mode.el b/go-mode.el
index e4be8de..a7874cc 100644
--- a/go-mode.el
+++ b/go-mode.el
@@ -25,6 +25,10 @@
 (defconst go-type-name-regexp "\\(?:[*(]\\)*\\(?:\\w+\\.\\)?\\(\\w+\\)") ;; 
TODO replace this with something sane
 
 
+(defgroup go nil
+  "Major mode for editing Go code"
+  :group 'languages)
+
 (defcustom go-fontify-function-calls t
   "Fontify function and method calls if this is non-nil."
   :type 'boolean



reply via email to

[Prev in Thread] Current Thread [Next in Thread]