forked from flyingmachine/emacs-for-clojure
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added C-c TAB as complete in cider editor
- Loading branch information
Mathias De Wachter
committed
Sep 3, 2014
1 parent
a7c9c81
commit 1c95766
Showing
6 changed files
with
681 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
;;; groovy-mode-autoloads.el --- automatically extracted autoloads | ||
;; | ||
;;; Code: | ||
|
||
|
||
;;;### (autoloads (groovy-mode groovy-mode-hook) "groovy-mode" "groovy-mode.el" | ||
;;;;;; (21411 60555 568140 496000)) | ||
;;; Generated autoloads from groovy-mode.el | ||
|
||
(add-to-list 'auto-mode-alist '("\\.groovy\\'" . groovy-mode)) | ||
|
||
(defvar groovy-mode-hook nil "\ | ||
*Hook called by `groovy-mode'.") | ||
|
||
(custom-autoload 'groovy-mode-hook "groovy-mode" t) | ||
|
||
(autoload 'groovy-mode "groovy-mode" "\ | ||
Major mode for editing Groovy code. | ||
The hook `c-mode-common-hook' is run with no args at mode | ||
initialization, then `groovy-mode-hook'. | ||
Key bindings: | ||
\\{groovy-mode-map} | ||
\(fn)" t nil) | ||
|
||
(add-to-list 'interpreter-mode-alist '("groovy" . groovy-mode)) | ||
|
||
;;;*** | ||
|
||
;;;### (autoloads nil nil ("groovy-mode-pkg.el") (21411 60555 586843 | ||
;;;;;; 563000)) | ||
|
||
;;;*** | ||
|
||
(provide 'groovy-mode-autoloads) | ||
;; Local Variables: | ||
;; version-control: never | ||
;; no-byte-compile: t | ||
;; no-update-autoloads: t | ||
;; coding: utf-8 | ||
;; End: | ||
;;; groovy-mode-autoloads.el ends here |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
(define-package "groovy-mode" "20131129" "Groovy mode derived mode" (quote nil)) |
Binary file not shown.
Oops, something went wrong.