diff options
author | jao <jao@gnu.org> | 2022-10-21 04:02:44 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-10-21 04:02:44 +0100 |
commit | b49bfae5ceaff7b9fda8f77d6ba41420437dcf56 (patch) | |
tree | aac9045e75c00a4dc20162594deef6d2a90cd2e1 /attic/elisp | |
parent | b2955885cca4b4f91bca63fd2175929f1c684077 (diff) | |
download | elibs-b49bfae5ceaff7b9fda8f77d6ba41420437dcf56.tar.gz elibs-b49bfae5ceaff7b9fda8f77d6ba41420437dcf56.tar.bz2 |
attic
Diffstat (limited to 'attic/elisp')
-rw-r--r-- | attic/elisp/misc.el | 11 |
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 |