summaryrefslogtreecommitdiffhomepage
path: root/attic
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-10-21 04:02:44 +0100
committerjao <jao@gnu.org>2022-10-21 04:02:44 +0100
commitb49bfae5ceaff7b9fda8f77d6ba41420437dcf56 (patch)
treeaac9045e75c00a4dc20162594deef6d2a90cd2e1 /attic
parentb2955885cca4b4f91bca63fd2175929f1c684077 (diff)
downloadelibs-b49bfae5ceaff7b9fda8f77d6ba41420437dcf56.tar.gz
elibs-b49bfae5ceaff7b9fda8f77d6ba41420437dcf56.tar.bz2
attic
Diffstat (limited to 'attic')
-rw-r--r--attic/elisp/misc.el11
1 files changed, 11 insertions, 0 deletions
diff --git a/attic/elisp/misc.el b/attic/elisp/misc.el
index 4b47104..45b7099 100644
--- a/attic/elisp/misc.el
+++ b/attic/elisp/misc.el
@@ -98,6 +98,17 @@
("M-O" . ace-swap-window)
("C-x 4 t" . ace-swap-window)))
+;;; git helpers
+(use-package dired-git-info
+ :ensure t
+ :bind (:map dired-mode-map (")" . dired-git-info-mode)))
+
+(use-package gist :ensure t)
+
+;;; json
+(use-package json-mode :ensure t)
+(use-package json-navigator :ensure t)
+
;;; deft
(use-package deft
:ensure t