aboutsummaryrefslogtreecommitdiff
path: root/Emacs/.config/emacs
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2025-02-15 21:47:31 +0000
committerAryadev Chavali <aryadev@aryadevchavali.com>2025-02-15 21:56:11 +0000
commit69f6a7a0daaa24a91de24a59e2ab9c268073d9be (patch)
treecf1b2037e02f2b809fb3722a7c8012eed8cf1531 /Emacs/.config/emacs
parent36af4e163c460680fe94fce510aa55972f329a19 (diff)
downloaddotfiles-69f6a7a0daaa24a91de24a59e2ab9c268073d9be.tar.gz
dotfiles-69f6a7a0daaa24a91de24a59e2ab9c268073d9be.tar.bz2
dotfiles-69f6a7a0daaa24a91de24a59e2ab9c268073d9be.zip
Small changes
Diffstat (limited to 'Emacs/.config/emacs')
-rw-r--r--Emacs/.config/emacs/config.org3
-rw-r--r--Emacs/.config/emacs/early-init.el2
-rw-r--r--Emacs/.config/emacs/elisp/eshell-additions.el5
3 files changed, 5 insertions, 5 deletions
diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org
index 1ce6ae7..f6d513c 100644
--- a/Emacs/.config/emacs/config.org
+++ b/Emacs/.config/emacs/config.org
@@ -915,8 +915,7 @@ of the evil state capitalised"
"")
(if vc-mode ;; Project and Git branch
vc-mode
- ""))
- ))
+ ""))))
mode-line-misc-info ;; Any other information
(:eval
(when (and (eq major-mode 'dired-mode)
diff --git a/Emacs/.config/emacs/early-init.el b/Emacs/.config/emacs/early-init.el
index ebe4062..1d7ff27 100644
--- a/Emacs/.config/emacs/early-init.el
+++ b/Emacs/.config/emacs/early-init.el
@@ -56,7 +56,7 @@
(vertical-scroll-bars . nil)
(left-fringe . 0)
(right-fringe . 0)
- (alpha . (90 80)))
+ (alpha . (80 70)))
menu-bar-mode nil
tool-bar-mode nil
scroll-bar-mode nil)
diff --git a/Emacs/.config/emacs/elisp/eshell-additions.el b/Emacs/.config/emacs/elisp/eshell-additions.el
index 0436851..5e637c2 100644
--- a/Emacs/.config/emacs/elisp/eshell-additions.el
+++ b/Emacs/.config/emacs/elisp/eshell-additions.el
@@ -23,8 +23,9 @@
;;; Code:
-(autoload #'eshell/cd "eshell")
-(autoload #'eshell/echo "eshell")
+(autoload #'eshell "eshell")
+(autoload #'eshell/cd "eshell")
+(autoload #'eshell/echo "eshell")
(autoload #'eshell/send-input "eshell")
;; Aliases