summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xemacs.org8
1 files changed, 5 insertions, 3 deletions
diff --git a/emacs.org b/emacs.org
index 4b23b59..60b1441 100755
--- a/emacs.org
+++ b/emacs.org
@@ -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)