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/functions.el | 17 ----------------- 1 file changed, 17 deletions(-) (limited to '.emacs.d/functions.el') diff --git a/.emacs.d/functions.el b/.emacs.d/functions.el index c3e393d..00a458a 100644 --- a/.emacs.d/functions.el +++ b/.emacs.d/functions.el @@ -110,23 +110,6 @@ Currently adds | & ! . + = - / % * , < > ? : ->" (defun x-init () "Initialization only for X" - (require 'lcars-theme) - ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; - ;; THEME SETTINGS ;; - ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; - (lcars-theme-set-faces - 'lcars - - ;; markdown-mode - '(markdown-link-face (:inherit 'link)) - '(markdown-header-face-1 (:inherit 'org-level-1)) - '(markdown-header-face-2 (:inherit 'org-level-2)) - '(markdown-header-face-3 (:inherit 'org-level-3)) - '(markdown-header-face-4 (:inherit 'org-level-4)) - '(markdown-header-face-5 (:inherit 'org-level-5)) - '(markdown-header-face-6 (:inherit 'org-level-6))) - - (add-hook 'emacs-startup-hook 'fullscreen) (setq linum-format " %d")) (defun cli-init () -- cgit v1.2.3-54-g00ecf