dotfiles

Settings and scripts
git clone git://git.konyahin.xyz/dotfiles
Log | Files | Refs | LICENSE

commit 39a1f18be5cd38daab4bfa8d978975e1955420eb
parent e8d874d97119973514f4ad68c38fb3ce51f43f30
Author: Anton Konyahin <me@konyahin.xyz>
Date:   Sun, 28 Jan 2024 18:13:40 +0300

emacs: remove server start

Diffstat:
Memacs/.emacs.d/init.el | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el @@ -161,5 +161,3 @@ ;; update shell prompt (eshell-interrupt-process))) (global-set-key (kbd "C-x j") 'knh/jump-to-shell) - -(server-start)