Add dirvish and eros cubes

This commit is contained in:
Sameer Rahmani 2023-06-01 01:11:00 +01:00
parent f375f6cfcf
commit 76602edf1b
Signed by: lxsameer
GPG Key ID: B0A4AF28AB9FD90B
2 changed files with 14 additions and 0 deletions

View File

@ -51,6 +51,15 @@ For more info checkout [[https://github.com/gregsexton/origami.el]]"
(global-origami-mode t)))
(->cube dirvish
"Dirvish is an improved version of the Emacs inbuilt package Dired.
It not only gives Dired an appealing and highly customizable user interface,
but also comes together with almost all possible parts required for full usability
as a modern file manager."
:init
(dirvish-override-dired-mode))
(->cube which-key
"which-key is a minor mode for Emacs that displays the key bindings following
your currently entered incomplete command (a prefix) in a popup. For example,

View File

@ -25,6 +25,7 @@
(require 'fg42/cube)
(defcube fg42/elisp-cube
"Elisp cube"
(:title "cubes/fg42/elisp-cube.org"
@ -33,6 +34,10 @@
(fg42/rainbow-delimiters-cube)
(fg42/paredit-cube)
(fpkg/use eros
:init
(eros-mode))
(add-hook 'emacs-lisp-mode-hook #'rainbow-delimiters-mode))