-
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.
- Loading branch information
Showing
63 changed files
with
12,110 additions
and
3 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
|
||
;; ----- smex-history ----- | ||
( | ||
magit-status | ||
kill-some-buffers | ||
revert-buffer | ||
replace-string | ||
sql-mode | ||
ps-print-buffer-with-faces | ||
package-install | ||
) | ||
|
||
;; ----- smex-data ----- | ||
( | ||
(magit-status . 194) | ||
(column-number-mode . 2) | ||
(linum-mode . 1) | ||
(eval-buffer . 4) | ||
(ruby-mode . 2) | ||
(python-mode . 4) | ||
(replace-string . 37) | ||
(magit-diff . 3) | ||
(goto-line . 5) | ||
(sql-mode . 6) | ||
(kill-some-buffers . 19) | ||
(wdired-change-to-wdired-mode . 7) | ||
(print-buffer . 1) | ||
(magit-log-long . 1) | ||
(revert-buffer . 60) | ||
(make-directory . 1) | ||
(dired . 6) | ||
(eval-region . 1) | ||
(package-install . 8) | ||
(package-list-packages . 7) | ||
(package-menu-describe-package . 1) | ||
(list-packages . 4) | ||
(ps-print-buffer-with-faces . 15) | ||
(browse-url-of-file . 1) | ||
(rhtml-fontify-buffer . 1) | ||
(decrease-left-margin . 1) | ||
(python-indent-line . 1) | ||
(python-shift-left . 3) | ||
(text-mode . 1) | ||
(shell . 1) | ||
(term . 1) | ||
(font-lock-fontify-buffer . 1) | ||
(indent-region . 1) | ||
(python-shift-right . 6) | ||
(python-fill-paragraph . 2) | ||
) |
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,86 @@ | ||
(1 | ||
(adaptive-wrap . | ||
[(0 1) | ||
nil "Smart line-wrapping with wrap-prefix" single]) | ||
(all . | ||
[(1 0) | ||
nil "Edit all lines matching a given regexp" single]) | ||
(auctex . | ||
[(11 86) | ||
nil "Integrated environment for *TeX*" tar]) | ||
(company . | ||
[(0 5) | ||
nil "Flexible inline text and code completion" tar]) | ||
(debbugs . | ||
[(0 3) | ||
nil "SOAP library to access debbugs servers" tar]) | ||
(djvu . | ||
[(0 5) | ||
nil "edit and view Djvu files via djvused" single]) | ||
(ediprolog . | ||
[(1 0) | ||
nil "Emacs Does Interactive Prolog" single]) | ||
(eldoc-eval . | ||
[(0 1) | ||
nil "Enable eldoc support when minibuffer is in use." single]) | ||
(epoch-view . | ||
[(0 0 1) | ||
nil "Minor mode to visualize epoch timestamps" single]) | ||
(jgraph-mode . | ||
[(0 0) | ||
nil "Major mode for Jgraph files" single]) | ||
(js2-mode . | ||
[(20090814) | ||
nil "Improved JavaScript editing mode" single]) | ||
(lmc . | ||
[(1 0) | ||
nil "Little Man Computer in Elisp" single]) | ||
(load-dir . | ||
[(0 0 3) | ||
nil "Load all Emacs Lisp files in a given directory" single]) | ||
(markchars . | ||
[(0 2 0) | ||
nil "Mark chars fitting certain characteristics" single]) | ||
(memory-usage . | ||
[(0 1) | ||
nil "Analyze the memory usage of Emacs in various ways" single]) | ||
(minimap . | ||
[(1 0) | ||
nil "Sidebar showing a \"mini-map\" of a buffer" single]) | ||
(muse . | ||
[(3 20) | ||
nil "Authoring and publishing tool" tar]) | ||
(oauth2 . | ||
[(0 2) | ||
nil "OAuth 2.0 Authorization Protocol" single]) | ||
(org . | ||
[(20120111) | ||
nil "Outline-based notes management and organizer" tar]) | ||
(quarter-plane . | ||
[(0 1) | ||
nil "editing using quarter-plane screen model" single]) | ||
(rainbow-mode . | ||
[(0 2) | ||
nil "Colorize color names in buffers" single]) | ||
(register-list . | ||
[(0 1) | ||
nil "Interactively list/edit registers" single]) | ||
(shen-mode . | ||
[(0 1) | ||
nil "Utilities for working with Shen code." tar]) | ||
(sisu-mode . | ||
[(3 0 3) | ||
nil "Major mode for SiSU markup text" single]) | ||
(svg-clock . | ||
[(0 3) | ||
nil "Analog clock using Scalable Vector Graphics" single]) | ||
(undo-tree . | ||
[(0 3 1) | ||
nil "Treat undo history as a tree" single]) | ||
(uni-confusables . | ||
[(0 1) | ||
nil "Unicode confusables table" tar]) | ||
(windresize . | ||
[(0 1) | ||
nil "Resize windows interactively" single])) | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
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,32 @@ | ||
;;; coffee-mode-autoloads.el --- automatically extracted autoloads | ||
;; | ||
;;; Code: | ||
|
||
|
||
;;;### (autoloads (coffee-mode) "coffee-mode" "coffee-mode.el" (20235 | ||
;;;;;; 6026)) | ||
;;; Generated autoloads from coffee-mode.el | ||
|
||
(autoload 'coffee-mode "coffee-mode" "\ | ||
Major mode for editing CoffeeScript. | ||
\(fn)" t nil) | ||
|
||
(add-to-list 'auto-mode-alist '("\\.coffee$" . coffee-mode)) | ||
|
||
(add-to-list 'auto-mode-alist '("Cakefile" . coffee-mode)) | ||
|
||
;;;*** | ||
|
||
;;;### (autoloads nil nil ("coffee-mode-pkg.el") (20235 6026 479572)) | ||
|
||
;;;*** | ||
|
||
(provide 'coffee-mode-autoloads) | ||
;; Local Variables: | ||
;; version-control: never | ||
;; no-byte-compile: t | ||
;; no-update-autoloads: t | ||
;; coding: utf-8 | ||
;; End: | ||
;;; coffee-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 "coffee-mode" "0.3.0" "Major mode to edit CoffeeScript files in Emacs" (quote nil)) |
Binary file not shown.
Oops, something went wrong.