From 7367c3a08c7da8e391b67b73b0737f3f3ca9bbea Mon Sep 17 00:00:00 2001 From: Mid Favila Date: Tue, 16 Nov 2021 23:30:38 -0400 Subject: [PATCH] Update init.el. Again. --- misc/init.el | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/misc/init.el b/misc/init.el index a1a36ea..fcaef4b 100644 --- a/misc/init.el +++ b/misc/init.el @@ -146,8 +146,22 @@ ;; Subsection 2.1 +(use-package rainbow-blocks + :ensure t + :demand) +(use-package rainbow-mode + :ensure t + :demand) +;;(use-package aggressive-indent-mode + ;; :ensure t + ;;:demand) + ;; Good-scroll improves Emacs’ scrolling abilities. -(good-scroll-mode 1) +(use-package good-scroll + :ensure t + :demand + :config + (good-scroll-mode 1)) ;; Golden Ratio resizes the current buffer according to the golden ratio. (use-package golden-ratio @@ -347,7 +361,5 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. - '(custom-safe-themes - '("2f93ebb862a9d50fee9c1b3302d858e2d2c0bba9d4e1be9bb3b08b7373f1710c" default)) '(package-selected-packages - '(aggressive-indent muse auctex beacon ac-ispell ac-rtags dimmer rainbow-blocks rainbow-identifiers rainbow-mode solaire-mode modus-themes xpm ws-butler use-package stripes srfi speed-type sly-asdf sed-mode schrute powerline popwin pcache paren-face macrostep link jammer helm-sly helm-mode-manager helm-flycheck helm-eww guru-mode good-scroll golden-ratio goggles gnuplot focus flyspell-lazy flyspell-correct-ivy electric-operator company-c-headers comment-tags clean-aindent-mode cframe auto-compile ace-window ace-popup-menu ace-link ace-jump-helm-line ace-flyspell ac-sly ac-html ac-helm ac-haskell-process ac-etags ac-c-headers))) + '(aggressive-indent-mode xpm ws-butler web-completion-data use-package stripes srfi speed-type solarized-theme solaire-mode smooth-scroll sly rainbow-mode rainbow-blocks powerline popwin paren-face parchment-theme names helm-slime helm-mode-manager helm-flycheck helm-eww good-scroll golden-ratio goggles gnuplot focus flyspell-correct-helm flymake-haskell-multi flymake flycheck-haskell flycheck-aspell eww-lnum electric-operator dimmer context-coloring clean-buffers clean-aindent-mode auto-compile aggressive-indent ace-window ace-link ace-jump-mode ac-slime ac-html ac-haskell-process ac-etags)))