summaryrefslogtreecommitdiff
path: root/emacs.d/init.el
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2016-12-15 11:49:17 -0800
committerFranck Cuny <franck.cuny@gmail.com>2016-12-15 12:11:49 -0800
commit6a65560586876fa1d1d7509f00dd80186d7915a1 (patch)
treea466faa55ce714ce0d1dd60dfebc6ffa5ed66aa1 /emacs.d/init.el
parent[Emacs] Remove a python hook. (diff)
downloademacs.d-6a65560586876fa1d1d7509f00dd80186d7915a1.tar.gz
[Emacs] Delete the custom theme.
It now lives in it's own repository.
Diffstat (limited to '')
-rw-r--r--emacs.d/init.el12
1 files changed, 6 insertions, 6 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el
index a234233..8a5e1e9 100644
--- a/emacs.d/init.el
+++ b/emacs.d/init.el
@@ -30,12 +30,6 @@
("s--" . fc/scale-down-font)
("s-0" . fc/reset-font-size)))
-(use-package basic-theme
- ;; this is my own custom theme. No syntax highlighting
- :load-path (lambda () (expand-file-name "lib" user-emacs-directory))
- :config
- (load-theme 'basic t))
-
(use-package bindings
;; my own custom bindings
:load-path (lambda () (expand-file-name "lib" user-emacs-directory)))
@@ -510,6 +504,12 @@
(setq tramp-default-method "ssh"
tramp-persistency-file-name (expand-file-name "var/tramp" user-emacs-directory)))
+(use-package wabi-sabi-theme
+ ;; this is my own custom theme. No syntax highlighting
+ :load-path (lambda () (expand-file-name "~/src/wabi-sabi-theme.el/"))
+ :config
+ (load-theme 'wabi-sabi t))
+
(use-package whitespace
;; highlight white spaces
:config