feat: evil-commentary

This commit is contained in:
Muhammad Nauman Raza 2022-11-19 12:18:42 +00:00
parent 9e74183c86
commit 61b995ed6f
No known key found for this signature in database
GPG key ID: A9A36C429C9CAE31

View file

@ -23,6 +23,11 @@
:config
(evil-mode 1))
;; evil-commentary - Comment stuff out
(use-package evil-commentary
:init
(evil-commentary-mode))
;; evil-collection - A collection of keybinds for evil
(use-package evil-collection
:custom (evil-collection-setup-minibuffer t)
@ -58,8 +63,8 @@
;; Set theme to `graphite', Dianicemacs' default
(use-package autothemer)
(use-package graphite-theme
:straight (:package "graphite" :host nil
:type git :repo "ssh://81.151.235.84/graphite-emacs"))
:straight (:package "graphite" :host github
:repo "devraza/graphite-emacs"))
(load-theme 'graphite t)
;; rainbow-mode - Colourful colour codes!