dotfiles

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

commit 4743eff4ea5c93663b2c11fd531da4d953d4ed34
parent 1e8980339bc7e6d1f937ff5d3812d988921574d5
Author: Anton Konyahin <me@konyahin.xyz>
Date:   Fri, 15 Mar 2024 20:11:43 +0300

emacs: remove eshell port helper

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

diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el @@ -96,16 +96,6 @@ (setq eshell-visual-subcommands '()) (add-to-list 'eshell-visual-subcommands '("git" "log" "diff" "show")) -(add-to-list 'load-path "~/.emacs.d/elpa/eshell-port-helper") -(require 'eshell-port-helper) -(defalias 'pdir 'eshell/port-jump-to-port-dir) -(defalias 'psrc 'eshell/port-jump-to-src-dir) -(defalias 'pjump 'eshell/port-jump) -(defalias 'ppatch 'eshell/port-patch) -(defalias 'punpatch 'eshell/port-unpatch) -(defalias 'pmake 'eshell/port-make) -(defalias 'pupdate 'eshell/port-update-patches) - (package-install 'which-key) (require 'which-key) (setq which-key-idle-delay 0.5)