We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc69a52 commit b5c6503Copy full SHA for b5c6503
indent-control.el
@@ -8,7 +8,7 @@
8
;; Keyword: control indent tab generic level
9
;; Version: 0.1.0
10
;; Package-Requires: ((emacs "24.3"))
11
-;; URL: https://github.com/jcs090218/indent-control
+;; URL: https://github.com/jcs-elpa/indent-control
12
13
;; This file is NOT part of GNU Emacs.
14
@@ -36,7 +36,7 @@
36
"Visual Studio like line annotation in Emacs."
37
:prefix "indent-control-"
38
:group 'tool
39
- :link '(url-link :tag "Repository" "https://github.com/jcs090218/indent-control"))
+ :link '(url-link :tag "Repository" "https://github.com/jcs-elpa/indent-control"))
40
41
(defcustom indent-control-records
42
'((actionscript-mode . 4)
0 commit comments