From cb909ac4732245c5420fd6eda65887bc30beb75e Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Tue, 30 Aug 2011 00:02:28 +0200 Subject: EMACS: theme, fullscreen, font `.emacs.d/functions.el' - Don't require the lcars-theme. - Removed theme settings for markdown mode. - Don't use the fullscreen function at startup. `.emacs.d/init.el' - Switched to naquadah-theme. - Change some markdown-mode theme settings when the naquadah theme is loaded. - Increased font-size to 11, from 10. `.emacs.d/ryuslash-load-path.el' - Added `~/.emacs.d/naquadah-theme' to `load-path'. --- .emacs.d/ryuslash-load-path.el | 1 + 1 file changed, 1 insertion(+) (limited to '.emacs.d/ryuslash-load-path.el') diff --git a/.emacs.d/ryuslash-load-path.el b/.emacs.d/ryuslash-load-path.el index 298c9e9..771772b 100644 --- a/.emacs.d/ryuslash-load-path.el +++ b/.emacs.d/ryuslash-load-path.el @@ -6,5 +6,6 @@ (add-to-list 'load-path "~/.emacs.d/elisp/rainbow") (add-to-list 'load-path "~/.emacs.d/elisp/rainbow-delimiters") (add-to-list 'load-path "~/.emacs.d/elisp/zencoding") +(add-to-list 'load-path "~/.emacs.d/naquadah-theme") (provide 'ryuslash-load-path) -- cgit v1.2.3-54-g00ecf