From 97222a53e87d95f48526f6c1eca284f38970dfbf Mon Sep 17 00:00:00 2001 From: Thomas Ulmer Date: Mon, 9 Jun 2025 14:29:31 -0700 Subject: alias and prevent startup warning --- emacs/eshell/alias | 3 ++- emacs/site-lisp/tmu-custom-theme.el | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'emacs') diff --git a/emacs/eshell/alias b/emacs/eshell/alias index cf144b6..d8b28c3 100644 --- a/emacs/eshell/alias +++ b/emacs/eshell/alias @@ -1,2 +1,3 @@ -alias ll ls -la +alias ff find-file $1 alias gl git log --graph --all --oneline +alias ll ls -la $* diff --git a/emacs/site-lisp/tmu-custom-theme.el b/emacs/site-lisp/tmu-custom-theme.el index e9d95ff..bbe5ece 100755 --- a/emacs/site-lisp/tmu-custom-theme.el +++ b/emacs/site-lisp/tmu-custom-theme.el @@ -1,3 +1,4 @@ +;; -*- lexical-binding: t; -*- (provide 'tmu-custom-theme) (deftheme tmu-custom -- cgit v1.2.3