summaryrefslogtreecommitdiff
path: root/.config/emacs/init.el
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-11-11 19:18:16 +0200
committerThanos Apollo <[email protected]>2024-11-11 19:18:16 +0200
commit636a47bc6e7bd0ac935f89a3b0a109b7d484b0b2 (patch)
tree82a63cbe6d7ee1a505bd4780cc2bca79e0742fcc /.config/emacs/init.el
parent02fb305dc462f91058d599525c82489f6c1d7966 (diff)
emacs: aliases: Remove magit.
Diffstat (limited to '.config/emacs/init.el')
-rw-r--r--.config/emacs/init.el5
1 files changed, 1 insertions, 4 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el
index e73e5c8..4ddea6f 100644
--- a/.config/emacs/init.el
+++ b/.config/emacs/init.el
@@ -739,10 +739,7 @@ rss.xml" anna piracy)
:hook ((shell-mode . (lambda () (display-line-numbers-mode -1)))))
(defvar thanos/aliases
- '((g . magit)
- (gl . magit-log)
- (gc . magit-clone)
- (d . dired)
+ '((d . dired)
(o . find-file)
(oo . find-file-other-window)
(ll . (lambda () (eshell/ls '-lha)))