summaryrefslogtreecommitdiff
path: root/init_blendoit.el
diff options
context:
space:
mode:
Diffstat (limited to 'init_blendoit.el')
-rw-r--r--init_blendoit.el16
1 files changed, 8 insertions, 8 deletions
diff --git a/init_blendoit.el b/init_blendoit.el
index 7ea38a9..09ce224 100644
--- a/init_blendoit.el
+++ b/init_blendoit.el
@@ -15,14 +15,14 @@
;; '(set-face-attribute 'mode-line nil :background original-background)
;; )
-(setq original-background (face-attribute 'mode-line :background))
-(setq normal-state-background "#FF4F00")
-(add-hook 'evil-normal-state-entry-hook
- (lambda ()
- (set-face-attribute 'mode-line nil :background normal-state-background)))
-(add-hook 'evil-normal-state-exit-hook
- (lambda ()
- (set-face-attribute 'mode-line nil :background original-background)))
+;;(setq original-background (face-attribute 'mode-line :background))
+;;(setq normal-state-background "#FF4F00")
+;;(add-hook 'evil-normal-state-entry-hook
+;; (lambda ()
+;; (set-face-attribute 'mode-line nil :background normal-state-background)))
+;;(add-hook 'evil-normal-state-exit-hook
+;; (lambda ()
+;; (set-face-attribute 'mode-line nil :background original-background)))
;; Interactively Do Things - add powerful features to common Emacs commands.
(setq ido-enable-flex-matching t)
Copyright 2019--2024 Marius PETER