Showing
14 changed files
with
58 additions
and
30 deletions
auto-save-list/.saves-11439-oyster~
deleted
100644 → 0
File mode changed
config/bison-mode.el
0 → 100644
config/index.el
deleted
100644 → 0
1 | -(require 'package) | ||
2 | -(add-to-list 'package-archives '("gnu" . "https://elpa.gnu.org/packages/")) | ||
3 | -(add-to-list 'package-archives '("marmalade" . "https://marmalade-repo.org/packages/")) | ||
4 | -(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/")) | ||
5 | -(package-initialize) | ||
6 | - | ||
7 | -(unless (package-installed-p 'use-package) | ||
8 | - (package-refresh-contents) | ||
9 | - (package-install 'use-package)) | ||
10 | - | ||
11 | -(require 'use-package) | ||
12 | -(setq use-package-always-ensure t) | ||
13 | - | ||
14 | -(defun activate (&rest modes) | ||
15 | - (mapc (lambda (mode) | ||
16 | - (load (concat "~/.emacs.d/config/" (symbol-name mode)))) | ||
17 | - modes)) | ||
18 | - |
1 | (use-package rainbow-delimiters | 1 | (use-package rainbow-delimiters |
2 | - :init | 2 | + :config |
3 | (add-hook 'emacs-lisp-mode-hook 'rainbow-delimiters-mode) | 3 | (add-hook 'emacs-lisp-mode-hook 'rainbow-delimiters-mode) |
4 | (add-hook 'lisp-mode-hook 'rainbow-delimiters-mode)) | 4 | (add-hook 'lisp-mode-hook 'rainbow-delimiters-mode)) |
5 | 5 | ||
6 | 6 | ||
7 | (use-package paredit | 7 | (use-package paredit |
8 | - :init | 8 | + :config |
9 | (add-hook 'emacs-lisp-mode-hook 'paredit-mode) | 9 | (add-hook 'emacs-lisp-mode-hook 'paredit-mode) |
10 | (add-hook 'lisp-mode-hook 'paredit-mode)) | 10 | (add-hook 'lisp-mode-hook 'paredit-mode)) | ... | ... |
... | @@ -46,7 +46,7 @@ | ... | @@ -46,7 +46,7 @@ |
46 | ((:url . "https://github.com/Malabarba/aggressive-indent-mode") | 46 | ((:url . "https://github.com/Malabarba/aggressive-indent-mode") |
47 | (:keywords "indent" "lisp" "maint" "tools"))]) | 47 | (:keywords "indent" "lisp" "maint" "tools"))]) |
48 | (ahungry-theme . | 48 | (ahungry-theme . |
49 | - [(1 4 0) | 49 | + [(1 5 0) |
50 | ((emacs | 50 | ((emacs |
51 | (24))) | 51 | (24))) |
52 | "Ahungry color theme for Emacs. Make sure to (load-theme 'ahungry)." tar | 52 | "Ahungry color theme for Emacs. Make sure to (load-theme 'ahungry)." tar |
... | @@ -335,7 +335,7 @@ | ... | @@ -335,7 +335,7 @@ |
335 | ((:keywords "killing" "convenience") | 335 | ((:keywords "killing" "convenience") |
336 | (:url . "https://github.com/leoliu/easy-kill"))]) | 336 | (:url . "https://github.com/leoliu/easy-kill"))]) |
337 | (ebdb . | 337 | (ebdb . |
338 | - [(0 3 2) | 338 | + [(0 3 3) |
339 | ((emacs | 339 | ((emacs |
340 | (25 1)) | 340 | (25 1)) |
341 | (cl-lib | 341 | (cl-lib |
... | @@ -355,7 +355,7 @@ | ... | @@ -355,7 +355,7 @@ |
355 | ((:url . "http://elpa.gnu.org/packages/ebdb-gnorb.html") | 355 | ((:url . "http://elpa.gnu.org/packages/ebdb-gnorb.html") |
356 | (:keywords))]) | 356 | (:keywords))]) |
357 | (ebdb-i18n-chn . | 357 | (ebdb-i18n-chn . |
358 | - [(1 1) | 358 | + [(1 2) |
359 | ((pyim | 359 | ((pyim |
360 | (1 6 0)) | 360 | (1 6 0)) |
361 | (ebdb | 361 | (ebdb |
... | @@ -763,7 +763,7 @@ | ... | @@ -763,7 +763,7 @@ |
763 | ((:url . "https://github.com/michael-heerdegen/on-screen.el") | 763 | ((:url . "https://github.com/michael-heerdegen/on-screen.el") |
764 | (:keywords "convenience"))]) | 764 | (:keywords "convenience"))]) |
765 | (org . | 765 | (org . |
766 | - [(20170918) | 766 | + [(20170925) |
767 | nil "Outline-based notes management and organizer" tar nil]) | 767 | nil "Outline-based notes management and organizer" tar nil]) |
768 | (org-edna . | 768 | (org-edna . |
769 | [(1 0 -3 1) | 769 | [(1 0 -3 1) |
... | @@ -1018,7 +1018,7 @@ | ... | @@ -1018,7 +1018,7 @@ |
1018 | ((:keywords "convenience") | 1018 | ((:keywords "convenience") |
1019 | (:url . "https://github.com/abo-abo/tiny"))]) | 1019 | (:url . "https://github.com/abo-abo/tiny"))]) |
1020 | (tramp-theme . | 1020 | (tramp-theme . |
1021 | - [(0 1 1) | 1021 | + [(0 2) |
1022 | ((emacs | 1022 | ((emacs |
1023 | (24 1))) | 1023 | (24 1))) |
1024 | "Custom theme for remote buffers" single | 1024 | "Custom theme for remote buffers" single | ... | ... |
1 | -Good signature from 474F05837FBDEF9B GNU ELPA Signing Agent <elpasign@elpa.gnu.org> (trust undefined) created at 2017-09-18T18:10:02+0900 using DSA | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
1 | +Good signature from 474F05837FBDEF9B GNU ELPA Signing Agent <elpasign@elpa.gnu.org> (trust undefined) created at 2017-09-30T06:10:02+0900 using DSA | ||
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
1 | (1 | 1 | (1 |
2 | + (zone-quotes . | ||
3 | + [(20170919 1825) | ||
4 | + ((emacs | ||
5 | + (24)) | ||
6 | + (cl-lib | ||
7 | + (0 5))) | ||
8 | + "A zone program to display quotes from a specific collection" single]) | ||
2 | (zone-nyan . | 9 | (zone-nyan . |
3 | [(0 2 2) | 10 | [(0 2 2) |
4 | ((esxml | 11 | ((esxml |
... | @@ -460,7 +467,7 @@ | ... | @@ -460,7 +467,7 @@ |
460 | [(12) | 467 | [(12) |
461 | nil "A theme loosely based on Tron: Legacy colors" single]) | 468 | nil "A theme loosely based on Tron: Legacy colors" single]) |
462 | (transmission . | 469 | (transmission . |
463 | - [(0 11 1) | 470 | + [(0 12) |
464 | ((emacs | 471 | ((emacs |
465 | (24 4)) | 472 | (24 4)) |
466 | (let-alist | 473 | (let-alist |
... | @@ -575,7 +582,7 @@ | ... | @@ -575,7 +582,7 @@ |
575 | [(0 2) | 582 | [(0 2) |
576 | nil "A mode for SystemTap" single]) | 583 | nil "A mode for SystemTap" single]) |
577 | (systemd . | 584 | (systemd . |
578 | - [(1 4 1) | 585 | + [(1 6) |
579 | nil "Major mode for editing systemd units" tar]) | 586 | nil "Major mode for editing systemd units" tar]) |
580 | (syslog-mode . | 587 | (syslog-mode . |
581 | [(2 2) | 588 | [(2 2) |
... | @@ -3789,7 +3796,7 @@ | ... | @@ -3789,7 +3796,7 @@ |
3789 | [(0 2 2) | 3796 | [(0 2 2) |
3790 | nil "Aspell extra dictionary for Drupal" tar]) | 3797 | nil "Aspell extra dictionary for Drupal" tar]) |
3791 | (drupal-mode . | 3798 | (drupal-mode . |
3792 | - [(0 7 1) | 3799 | + [(0 7 3) |
3793 | ((php-mode | 3800 | ((php-mode |
3794 | (1 5 0))) | 3801 | (1 5 0))) |
3795 | "Advanced minor mode for Drupal development" tar]) | 3802 | "Advanced minor mode for Drupal development" tar]) | ... | ... |
This diff could not be displayed because it is too large.
1 | +;;; bison-mode-autoloads.el --- automatically extracted autoloads | ||
2 | +;; | ||
3 | +;;; Code: | ||
4 | +(add-to-list 'load-path (or (file-name-directory #$) (car load-path))) | ||
5 | + | ||
6 | +;;;### (autoloads nil "bison-mode" "bison-mode.el" (22991 12177 223473 | ||
7 | +;;;;;; 427000)) | ||
8 | +;;; Generated autoloads from bison-mode.el | ||
9 | + | ||
10 | +(add-to-list 'auto-mode-alist '("\\.y\\'" . bison-mode)) | ||
11 | + | ||
12 | +(add-to-list 'auto-mode-alist '("\\.l\\'" . bison-mode)) | ||
13 | + | ||
14 | +(add-to-list 'auto-mode-alist '("\\.jison\\'" . jison-mode)) | ||
15 | + | ||
16 | +(autoload 'bison-mode "bison-mode" "\ | ||
17 | +Major mode for editing bison/yacc files. | ||
18 | + | ||
19 | +\(fn)" t nil) | ||
20 | + | ||
21 | +(autoload 'jison-mode "bison-mode" "\ | ||
22 | + | ||
23 | + | ||
24 | +\(fn)" t nil) | ||
25 | + | ||
26 | +;;;*** | ||
27 | + | ||
28 | +;; Local Variables: | ||
29 | +;; version-control: never | ||
30 | +;; no-byte-compile: t | ||
31 | +;; no-update-autoloads: t | ||
32 | +;; End: | ||
33 | +;;; bison-mode-autoloads.el ends here |
1 | +(define-package "bison-mode" "20160616.2252" "Major mode for editing bison, yacc and lex files." 'nil :commit "314af3b7af7eb897fd3932616cb8600a85228cea" :keywords '("bison-mode" "yacc-mode")) |
No preview for this file type
elpa/bison-mode-20160616.2252/bison-mode.el
0 → 100644
This diff is collapsed. Click to expand it.
elpa/bison-mode-20160616.2252/bison-mode.elc
0 → 100644
No preview for this file type
-
Please register or login to post a comment