summaryrefslogtreecommitdiff
path: root/init_blendoit.el
diff options
context:
space:
mode:
authorBlendoit <blendoit@gmail.com>2020-07-20 17:12:55 -0700
committerBlendoit <blendoit@gmail.com>2020-07-20 17:12:55 -0700
commitdefdb394d8bdc32a28a092126001b94eabb7fb93 (patch)
tree8bc106c91defb31925d13fbe6213eea81ff80f5f /init_blendoit.el
parent8ef78ca56b1665f5531080ce63da907a2176a7da (diff)
Custom configuration reborn.
Diffstat (limited to 'init_blendoit.el')
-rw-r--r--init_blendoit.el49
1 files changed, 0 insertions, 49 deletions
diff --git a/init_blendoit.el b/init_blendoit.el
deleted file mode 100644
index 09ce224..0000000
--- a/init_blendoit.el
+++ /dev/null
@@ -1,49 +0,0 @@
-(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/"))
-
-(require 'evil-leader) ;; All hail our evil leader!
-(global-evil-leader-mode) ;; The evil leader has gone global...
-(load "~/.emacs.d/init_evil-leader-keys.el") ;; My custom evil-leader key bindings.
-(require 'evil) ;; Let's follow in our leader's footsteps and become evil ourselves.
-(evil-mode 1)
-
-;; TODO
-;; Change color of mode line upon entering and leaving evil-mode.
-;;(setq original-background (face-attribute 'mode-line :background))
-;;(setq normal-state-background "#FF4F00")
-;;(if evil-mode
-;; (set-face-attribute 'mode-line nil :background normal-state-background)
-;; '(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)
-(setq ido-everywhere t)
-(ido-mode 1)
-
-;; Zoom in/out of selected buffer
-(global-set-key [C-S-mouse-4] 'text-scale-increase)
-(global-set-key [C-S-mouse-5] 'text-scale-decrease)
-
-;; Backup file locations
-(setq backup-directory-alist
- `((".*" . ,temporary-file-directory)))
-(setq auto-save-file-name-transforms
- `((".*" ,temporary-file-directory t)))
-
-;; Emacs GUI transparency
-;;(set-frame-parameter (selected-frame) 'alpha '(<active> . <inactive>))
-;;(set-frame-parameter (selected-frame) 'alpha <both>)
-(set-frame-parameter (selected-frame) 'alpha '(85 . 50))
-(add-to-list 'default-frame-alist '(alpha . (85 . 50)))
-
-(load "~/.emacs.d/init_org-mode.el")
-(pdf-tools-install)
Copyright 2019--2024 Marius PETER