Skip to content

Commit

Permalink
update emacs
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyoconnor committed Feb 19, 2016
1 parent 1c73353 commit 7b2c101
Show file tree
Hide file tree
Showing 1,267 changed files with 11,120 additions and 7,233 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
;;; Code:
(add-to-list 'load-path (or (file-name-directory #$) (car load-path)))

;;;### (autoloads nil "auto-complete" "auto-complete.el" (22090 49004
;;;;;; 878677 920000))
;;;### (autoloads nil "auto-complete" "auto-complete.el" (22214 42694
;;;;;; 736196 28000))
;;; Generated autoloads from auto-complete.el

(autoload 'auto-complete "auto-complete" "\
Expand Down Expand Up @@ -41,7 +41,7 @@ See `auto-complete-mode' for more information on Auto-Complete mode.
;;;***

;;;### (autoloads nil "auto-complete-config" "auto-complete-config.el"
;;;;;; (22090 49005 79674 258000))
;;;;;; (22214 42694 958192 969000))
;;; Generated autoloads from auto-complete-config.el

(autoload 'ac-config-default "auto-complete-config" "\
Expand All @@ -51,8 +51,8 @@ See `auto-complete-mode' for more information on Auto-Complete mode.

;;;***

;;;### (autoloads nil nil ("auto-complete-pkg.el") (22090 49005 94156
;;;;;; 136000))
;;;### (autoloads nil nil ("auto-complete-pkg.el") (22214 42694 972998
;;;;;; 260000))

;;;***

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(define-package "auto-complete" "20151112.2030" "Auto Completion for GNU Emacs"
(define-package "auto-complete" "20160107.8" "Auto Completion for GNU Emacs"
'((popup "0.5.0")
(cl-lib "0.5")))
;; Local Variables:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ You can not use it in source definition like (prefix . `NAME')."
(defun ac-menu-delete ()
(when ac-menu
(popup-delete ac-menu)
(setq ac-menu)))
(setq ac-menu nil)))

(defsubst ac-inline-overlay ()
(nth 0 ac-inline))
Expand Down Expand Up @@ -1643,7 +1643,7 @@ If given a prefix argument, select the previous candidate."
t))))

(defun ac-stop ()
"Stop completiong."
"Stop completing."
(interactive)
(setq ac-selected-candidate nil)
(ac-abort))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ email
enumerate
ensurepip
enum
enumerat
errno
eval
except
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
(add-to-list 'load-path (or (file-name-directory #$) (car load-path)))

;;;### (autoloads nil "color-theme-sanityinc-tomorrow" "color-theme-sanityinc-tomorrow.el"
;;;;;; (21970 36466 965043 612000))
;;;;;; (22214 42692 724223 756000))
;;; Generated autoloads from color-theme-sanityinc-tomorrow.el

(when (boundp 'custom-theme-load-path) (add-to-list 'custom-theme-load-path (file-name-as-directory (file-name-directory load-file-name))))
Expand Down Expand Up @@ -39,7 +39,8 @@ Apply the tomorrow blue theme.
;;;### (autoloads nil nil ("color-theme-sanityinc-tomorrow-pkg.el"
;;;;;; "sanityinc-tomorrow-blue-theme.el" "sanityinc-tomorrow-bright-theme.el"
;;;;;; "sanityinc-tomorrow-day-theme.el" "sanityinc-tomorrow-eighties-theme.el"
;;;;;; "sanityinc-tomorrow-night-theme.el") (21970 36467 13672 725000))
;;;;;; "sanityinc-tomorrow-night-theme.el") (22214 42692 786793
;;;;;; 721000))

;;;***

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(define-package "color-theme-sanityinc-tomorrow" "20150803.1419" "A version of Chris Kempson's various Tomorrow themes" 'nil)
(define-package "color-theme-sanityinc-tomorrow" "20160205.1800" "A version of Chris Kempson's various Tomorrow themes" 'nil)
;; Local Variables:
;; no-byte-compile: t
;; End:
Original file line number Diff line number Diff line change
Expand Up @@ -275,17 +275,17 @@ names to which it refers are bound."

(header-line (:inherit mode-line :foreground ,purple :background nil))

(trailing-whitespace (:background ,red :foreground ,yellow))
(whitespace-empty (:foreground ,red :background ,yellow))
(trailing-whitespace (:background ,orange :foreground ,yellow))
(whitespace-empty (:foreground ,orange :background ,yellow))
(whitespace-hspace (:background ,contrast-bg :foreground ,comment))
(whitespace-indentation (:background ,contrast-bg :foreground ,comment))
(whitespace-line (:background ,contrast-bg :foreground ,red))
(whitespace-line (:background ,contrast-bg :foreground ,orange))
(whitespace-newline (:background ,contrast-bg :foreground ,comment))
(whitespace-space (:background ,contrast-bg :foreground ,comment))
(whitespace-space-after-tab (:background ,contrast-bg :foreground ,yellow))
(whitespace-space-before-tab (:background ,contrast-bg :foreground ,red))
(whitespace-space-before-tab (:background ,contrast-bg :foreground ,orange))
(whitespace-tab (:background ,contrast-bg :foreground ,comment))
(whitespace-trailing (:background ,contrast-bg :foreground ,red))
(whitespace-trailing (:background ,contrast-bg :foreground ,orange))

;; Parenthesis matching (built-in)
(show-paren-match (:background ,purple :foreground ,background))
Expand Down Expand Up @@ -743,6 +743,22 @@ names to which it refers are bound."
(term-color-magenta (:foreground ,purple :background ,purple))
(term-color-cyan (:foreground ,aqua :background ,aqua))
(term-color-white (:foreground ,background :background ,background))

;; e2wm
(e2wm:face-history-list-normal (:foreground ,foreground :background ,background))
(e2wm:face-history-list-select1 (:foreground ,aqua :background ,background))
(e2wm:face-history-list-select2 (:foreground ,yellow :background ,background))

;; rpm-spec-mode
(rpm-spec-dir-face (:foreground ,green))
(rpm-spec-doc-face (:foreground ,green))
(rpm-spec-ghost-face (:foreground ,red))
(rpm-spec-macro-face (:foreground ,yellow))
(rpm-spec-obsolete-tag-face (:foreground ,red))
(rpm-spec-package-face (:foreground ,red))
(rpm-spec-section-face (:foreground ,yellow))
(rpm-spec-tag-face (:foreground ,blue))
(rpm-spec-var-face (:foreground ,red))
))))

(defmacro color-theme-sanityinc-tomorrow--frame-parameter-specs ()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
;;; color-theme-solarized-autoloads.el --- automatically extracted autoloads
;;
;;; Code:

(add-to-list 'load-path (or (file-name-directory #$) (car load-path)))

;;;### (autoloads (color-theme-solarized-light color-theme-solarized-dark
;;;;;; color-theme-solarized) "color-theme-solarized" "color-theme-solarized.el"
;;;;;; (21908 26121 0 0))
;;;### (autoloads nil "color-theme-solarized" "color-theme-solarized.el"
;;;;;; (22214 42691 899235 126000))
;;; Generated autoloads from color-theme-solarized.el

(autoload 'color-theme-solarized "color-theme-solarized" "\
Expand All @@ -20,36 +19,34 @@ Ported to Emacs by Greg Pfeil, http://ethanschoonover.com/solarized.
\(fn)" nil nil)

(make-obsolete 'color-theme-solarized-dark 'color-theme-solarized "2013-05-01")
(make-obsolete 'color-theme-solarized-dark 'color-theme-solarized '"2013-05-01")

(autoload 'color-theme-solarized-light "color-theme-solarized" "\
Color theme by Ethan Schoonover, created 2011-03-24.
Ported to Emacs by Greg Pfeil, http://ethanschoonover.com/solarized.
\(fn)" nil nil)

(make-obsolete 'color-theme-solarized-light 'color-theme-solarized "2013-05-01")
(make-obsolete 'color-theme-solarized-light 'color-theme-solarized '"2013-05-01")

;;;***

;;;### (autoloads nil "solarized-definitions" "solarized-definitions.el"
;;;;;; (21908 26121 0 0))
;;;;;; (22214 42691 893235 209000))
;;; Generated autoloads from solarized-definitions.el

(when (boundp 'custom-theme-load-path) (add-to-list 'custom-theme-load-path (file-name-as-directory (file-name-directory load-file-name))))

;;;***

;;;### (autoloads nil nil ("color-theme-solarized-pkg.el" "solarized-theme.el")
;;;;;; (21908 26121 530591 0))
;;;;;; (22214 42691 919148 163000))

;;;***

(provide 'color-theme-solarized-autoloads)
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; color-theme-solarized-autoloads.el ends here
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(define-package "color-theme-solarized" "20150619.1734" "Solarized themes for Emacs"
(define-package "color-theme-solarized" "20160108.1541" "Solarized themes for Emacs"
'((color-theme "6.5.5")))
;; Local Variables:
;; no-byte-compile: t
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,8 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further."
;; FIXME: don’t hardcode the SRGB color names
(fmt-curl-red `( :underline (:color "#dc322f" :style wave)))
(fmt-curl-yellow `( :underline (:color "#b58900" :style wave)))
(fmt-curl-magenta `( :underline (:color "#d33682" :style wave)))
(fmt-curl-cyan `( :underline (:color "#2aa198" :style wave)))
(fmt-ital `( :slant ,italic))
;; FIXME: not quite the same
(fmt-stnd `( :inverse-video t))
Expand Down Expand Up @@ -700,6 +702,10 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further."
(whitespace-trailing (,@fmt-bold ,@fg-red ,@bg-base02))
(whitespace-highlight-face (,@fg-red ,@bg-blue))
(whitespace-line (,@fg-magenta))
;; writegood
(writegood-weasels-face (,@fmt-curl-cyan ,@fg-cyan))
(writegood-passive-voice-face (,@fg-magenta))
(writegood-duplicates-face (:inherit error))
;; rcirc
(rcirc-my-nick (,@fg-blue))
(rcirc-nick-in-message (,@fg-orange))
Expand Down
Loading

0 comments on commit 7b2c101

Please sign in to comment.