summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-12-06 23:49:12 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-12-06 23:49:12 -0500
commit6f01edcd5bcb3e6ec109008702f8d34aa655ef80 (patch)
treec72e53cf096300a65aa45d21d99d5e5dc1862b10
parentb407de3877656b18705c6272d07284821baa69f5 (diff)
build64-par: update ~/.config/emacs
-rw-r--r--.config/emacs/custom.el4
-rw-r--r--.config/emacs/init.el3
2 files changed, 6 insertions, 1 deletions
diff --git a/.config/emacs/custom.el b/.config/emacs/custom.el
index a33c87f..ef6e985 100644
--- a/.config/emacs/custom.el
+++ b/.config/emacs/custom.el
@@ -3,7 +3,9 @@
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
- '(custom-enabled-themes (quote (tango-dark)))
+ '(ansi-color-names-vector
+ ["#212526" "#ff4b4b" "#b4fa70" "#fce94f" "#729fcf" "#e090d7" "#8cc4ff" "#eeeeec"])
+ '(custom-enabled-themes (quote (tsdh-dark)))
'(custom-safe-themes
(quote
("9f443833deb3412a34d2d2c912247349d4bd1b09e0f5eaba11a3ea7872892000" "bb08c73af94ee74453c90422485b29e5643b73b05e8de029a6909af6a3fb3f58" "82d2cac368ccdec2fcc7573f24c3f79654b78bf133096f9b40c20d97ec1d8016" "1b8d67b43ff1723960eb5e0cba512a2c7a2ad544ddb2533a90101fd1852b426e" "628278136f88aa1a151bb2d6c8a86bf2b7631fbea5f0f76cba2a0079cd910f7d" "06f0b439b62164c6f8f84fdda32b62fb50b6d00e8b01c2208e55543a6337433a" "1e7e097ec8cb1f8c3a912d7e1e0331caeed49fef6cff220be63bd2a6ba4cc365" "71b172ea4aad108801421cc5251edb6c792f3adbaecfa1c52e94e3d99634dee7" "fc5fcb6f1f1c1bc01305694c59a1a861b008c534cae8d0e48e4d5e81ad718bc6" default)))
diff --git a/.config/emacs/init.el b/.config/emacs/init.el
index d102269..e0e39d4 100644
--- a/.config/emacs/init.el
+++ b/.config/emacs/init.el
@@ -105,6 +105,7 @@
(set (make-local-variable 'tab-width) 2)
(set (make-local-variable 'indent-tabs-mode) nil)
)))
+ (:name glsl-mode :type elpa)
(:name go-mode :type elpa)
(:name graphviz-dot-mode :type elpa)
(:name haml-mode :type elpa)
@@ -132,6 +133,7 @@
;;nxhtml ; nxhtml is invasive, only enable if actively using
bison-mode
coffee-mode
+ glsl-mode
go-mode
graphviz-dot-mode
haml-mode
@@ -328,3 +330,4 @@ sh-script.el is broken."
(add-to-list 'auto-mode-alist '("PKGBUILD" . sh-mode))
(add-to-list 'auto-mode-alist '("SRCBUILD" . sh-mode))
(add-to-list 'auto-mode-alist '("\\.jad\\'" . java-mode))
+(put 'downcase-region 'disabled nil)