diff options
| -rw-r--r-- | emacs/eshell/alias | 3 | ||||
| -rwxr-xr-x | emacs/site-lisp/tmu-custom-theme.el | 1 |
2 files changed, 3 insertions, 1 deletions
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 |
