diff options
-rwxr-xr-x | emacs.org | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1044,10 +1044,12 @@ Create function to watch videos using ~mpv~ '((g . magit) (gl . magit-log) (d . dired) - (o . find-file) + (o . find-file) + (f . find-file) (oo . find-file-other-window) - (ls . (lambda () (eshell/ls '-la))) - (ll . (lambda () (eshell/ls))))) + (ls . (eshell/ls '-la)) + (ll . eshell/ls) + (clear . eshell/clear-scrollback))) ;; Define aliases using `mapcar` (mapc (lambda (alias) |