summaryrefslogtreecommitdiffstats
path: root/.emacs.d/functions.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/functions.el')
-rw-r--r--.emacs.d/functions.el17
1 files changed, 0 insertions, 17 deletions
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 ()